Skip to content

Commit a9d9e3c

Browse files
committed
Remove Python 3.8 from Github Action
1 parent 8a4a2ff commit a9d9e3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
runs-on: ${{ matrix.os }}
77
strategy:
88
matrix:
9-
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
9+
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
1010
os: [ubuntu-latest, macOS-latest, windows-latest]
1111

1212
steps:

0 commit comments

Comments
 (0)