Skip to content

Commit 5a42a4e

Browse files
committed
Fix CI and update Python versions to test
1 parent 3b42515 commit 5a42a4e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ jobs:
1111
strategy:
1212
matrix:
1313
os: [ubuntu-latest, windows-latest, macos-latest]
14-
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11']
14+
python-version: ['3.9', '3.10', '3.11', '3.12', '3.13']
1515
include:
16-
- {os: ubuntu-20.04, python-version: '3.6'}
17-
exclude:
18-
- {os: macos-latest, python-version: '3.7'}
16+
- {os: ubuntu-22.04, python-version: '3.6'}
17+
- {os: ubuntu-22.04, python-version: '3.7'}
18+
- {os: ubuntu-24.04, python-version: '3.8'}
1919
fail-fast: false
2020

2121
steps:

0 commit comments

Comments
 (0)