Skip to content

Commit f6d86cf

Browse files
committed
Officially support Python 3.13 and 3.14
1 parent 1583663 commit f6d86cf

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ jobs:
1515
python-version:
1616
- "3.11"
1717
- "3.12"
18+
- "3.13"
19+
- "3.14"
1820
steps:
1921
- uses: actions/checkout@v2
2022
- name: Install Dependencies

setup.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,10 @@
3030
"Programming Language :: Python :: 3.8",
3131
"Programming Language :: Python :: 3.9",
3232
"Programming Language :: Python :: 3.10",
33+
"Programming Language :: Python :: 3.11",
34+
"Programming Language :: Python :: 3.12",
35+
"Programming Language :: Python :: 3.13",
36+
"Programming Language :: Python :: 3.14",
3337
],
3438
keywords="xml banking sepa",
3539
install_requires=["lxml", "pypdf"],

0 commit comments

Comments
 (0)