Skip to content

Commit 9b26cbc

Browse files
committed
drop support for Python 3.9
1 parent d4e2dc2 commit 9b26cbc

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
strategy:
1717
fail-fast: false
1818
matrix:
19-
python-version: [ "3.9", "3.10", "3.11", "3.12", "3.13" ]
19+
python-version: [ "3.10", "3.11", "3.12", "3.13" ]
2020
steps:
2121
- name: Checkout
2222
uses: actions/checkout@v3

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,14 @@ classifiers = [
1515
"License :: OSI Approved :: Apache Software License",
1616
"Operating System :: OS Independent",
1717
"Programming Language :: Python :: 3",
18-
"Programming Language :: Python :: 3.9",
1918
"Programming Language :: Python :: 3.10",
2019
"Programming Language :: Python :: 3.11",
2120
"Programming Language :: Python :: 3.12",
2221
"Programming Language :: Python :: 3.13",
2322
"Topic :: Software Development :: Libraries",
2423
"Topic :: Utilities"
2524
]
26-
requires-python = ">=3.9"
25+
requires-python = ">=3.10"
2726
dynamic = ["version"]
2827

2928
[project.urls]

0 commit comments

Comments
 (0)