Skip to content

Commit 68ee1e3

Browse files
committed
Bump minimum supported Python version to 3.9
Also test on Python 3.13.
1 parent 3a25582 commit 68ee1e3

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,16 @@ jobs:
55
strategy:
66
matrix:
77
os: [macos-latest, ubuntu-latest, windows-latest]
8-
python-version: ["3.8"]
8+
python-version: ["3.9"]
99
include:
10-
- os: ubuntu-latest
11-
python-version: "3.9"
1210
- os: ubuntu-latest
1311
python-version: "3.10"
1412
- os: ubuntu-latest
1513
python-version: "3.11"
1614
- os: ubuntu-latest
1715
python-version: "3.12"
16+
- os: ubuntu-latest
17+
python-version: "3.13"
1818
runs-on: ${{ matrix.os }}
1919
steps:
2020
- name: Checkout

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ classifiers = [
1818
"Topic :: Software Development :: Libraries :: Python Modules",
1919
"Topic :: System :: Operating System Kernels :: Linux",
2020
]
21-
requires-python = ">=3.8"
21+
requires-python = ">=3.9"
2222
dynamic = ["version", "description"]
2323

2424
[project.urls]

0 commit comments

Comments
 (0)