Skip to content

Commit bbed434

Browse files
authored
CI: Add Python 3.13, drop 3.10 (#775)
1 parent 1a6dc77 commit bbed434

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,7 @@ jobs:
1717
strategy:
1818
matrix:
1919
os: [windows-latest, ubuntu-latest, macos-latest]
20-
python-version: ['3.10', 3.11, 3.12]
21-
exclude:
22-
- os: windows-latest
23-
python-version: 3.12
20+
python-version: [3.11, 3.12, 3.13]
2421

2522
steps:
2623
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)