Skip to content

Commit 1a30665

Browse files
authored
feat!: drop Python older than 3.12 (#9)
1 parent 9b0e190 commit 1a30665

File tree

3 files changed

+57
-339
lines changed

3 files changed

+57
-339
lines changed

.github/workflows/ci.yml

-3
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,6 @@ jobs:
3636
fail-fast: false
3737
matrix:
3838
python-version:
39-
- "3.9"
40-
- "3.10"
41-
- "3.11"
4239
- "3.12"
4340
- "3.13"
4441
os:

pyproject.toml

+1-4
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,12 @@ license = { text = "MIT" }
1111
authors = [
1212
{ name = "J. Nick Koston", email = "bluetooth@koston.org" },
1313
]
14-
requires-python = ">=3.9"
14+
requires-python = ">=3.12"
1515
classifiers = [
1616
"Development Status :: 2 - Pre-Alpha",
1717
"Intended Audience :: Developers",
1818
"Natural Language :: English",
1919
"Operating System :: OS Independent",
20-
"Programming Language :: Python :: 3.9",
21-
"Programming Language :: Python :: 3.10",
22-
"Programming Language :: Python :: 3.11",
2320
"Programming Language :: Python :: 3.12",
2421
"Programming Language :: Python :: 3.13",
2522
"Topic :: Software Development :: Libraries",

0 commit comments

Comments
 (0)