Skip to content

Commit ee1154a

Browse files
authored
Bump minimum Python version to 3.11 (#109)
1 parent 6d0f68e commit ee1154a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515

1616
strategy:
1717
matrix:
18-
python-version: ["3.10", "3.11", "3.12", "3.13"]
18+
python-version: ["3.11", "3.12", "3.13", "3.14"]
1919

2020
steps:
2121
- uses: actions/checkout@v2

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ classifiers = [
1616
"Programming Language :: Python :: 3",
1717
"Topic :: Software Development :: Libraries :: Python Modules",
1818
]
19-
requires-python = ">=3.10.0"
19+
requires-python = ">=3.11.0"
2020
dynamic = ["dependencies"]
2121

2222
[project.urls]

0 commit comments

Comments
 (0)