We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1583663 commit f6d86cfCopy full SHA for f6d86cf
.github/workflows/tests.yml
@@ -15,6 +15,8 @@ jobs:
15
python-version:
16
- "3.11"
17
- "3.12"
18
+ - "3.13"
19
+ - "3.14"
20
steps:
21
- uses: actions/checkout@v2
22
- name: Install Dependencies
setup.py
@@ -30,6 +30,10 @@
30
"Programming Language :: Python :: 3.8",
31
"Programming Language :: Python :: 3.9",
32
"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",
37
],
38
keywords="xml banking sepa",
39
install_requires=["lxml", "pypdf"],
0 commit comments