Skip to content

Commit dd3bf94

Browse files
committed
Reenable 3.9
1 parent 9de3b6b commit dd3bf94

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
fail-fast: true
2222
matrix:
2323
os: [ubuntu-latest, windows-latest, macos-13]
24-
python_version: ["3.10", "3.11", "3.12"]
24+
python_version: ["3.9", "3.10", "3.11", "3.12"]
2525
runs-on: ${{ matrix.os }}
2626

2727
steps:

setup.py

+1
Original file line numberDiff line numberDiff line change
@@ -368,6 +368,7 @@ def chdir(new_dir):
368368
"Operating System :: POSIX :: Linux",
369369
"Operating System :: MacOS :: MacOS X",
370370
"Programming Language :: Cython",
371+
"Programming Language :: Python :: 3.9",
371372
"Programming Language :: Python :: 3.10",
372373
"Programming Language :: Python :: 3.11",
373374
"Programming Language :: Python :: 3.12",

0 commit comments

Comments
 (0)