Skip to content

Commit f40daee

Browse files
committed
Require Python 3.11+
1 parent 54e7d1f commit f40daee

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ jobs:
1313
strategy:
1414
matrix:
1515
python-version:
16-
- "3.9"
17-
- "3.10"
1816
- "3.11"
1917
- "3.12"
18+
- "3.13"
19+
- "3.14"
2020
steps:
2121
- uses: actions/checkout@v2
2222
- name: Set up Python ${{ matrix.python-version }}

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@ classifiers = [
1818
"Development Status :: 4 - Beta",
1919
"Intended Audience :: Developers",
2020
"Intended Audience :: Other Audience",
21-
"Programming Language :: Python :: 3.9",
22-
"Programming Language :: Python :: 3.10",
2321
"Programming Language :: Python :: 3.11",
2422
"Programming Language :: Python :: 3.12",
23+
"Programming Language :: Python :: 3.13",
24+
"Programming Language :: Python :: 3.14",
2525
]
26-
requires-python = ">=3.9"
26+
requires-python = ">=3.11"
2727
dependencies = [
2828
"bleach",
2929
"mt-940",

0 commit comments

Comments
 (0)