Skip to content

Commit 7bfd017

Browse files
JihaoXinclaude
andcommitted
Drop Python 3.9 from CI matrix and setup.py (EOL, breaks float|None syntax)
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 555cec1 commit 7bfd017

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
strategy:
1313
matrix:
14-
python-version: ["3.9", "3.10", "3.11", "3.12"]
14+
python-version: ["3.10", "3.11", "3.12"]
1515

1616
steps:
1717
- uses: actions/checkout@v4

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,5 @@
2626
"ark=ark.cli:main",
2727
],
2828
},
29-
python_requires=">=3.9",
29+
python_requires=">=3.10",
3030
)

0 commit comments

Comments
 (0)