Skip to content

Commit 2864259

Browse files
authored
Update ci.yml (#431)
* Update ci.yml * remove python 3.9 * Update ci.yml
1 parent 8858824 commit 2864259

File tree

3 files changed

+219
-277
lines changed

3 files changed

+219
-277
lines changed

Diff for: .github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
strategy:
1212
matrix:
1313
os: [ ubuntu-latest, windows-latest, macos-latest ]
14-
python-version: ['3.9', '3.10', '3.11', '3.12' ]
14+
python-version: ['3.10', '3.11', '3.12', '3.13' ]
1515
exclude:
1616
- os: windows-latest
1717
python-version: '3.12'

0 commit comments

Comments
 (0)