Skip to content

Commit f5d9bad

Browse files
authored
Merge pull request #94 from OSIPI/update-python-versions
Dropped py3.8, added py3.12 & py3.13
2 parents 6e6a9a0 + 06ce3dc commit f5d9bad

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

.github/workflows/unit_test.yml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,11 @@ jobs:
1111
fail-fast: false
1212
matrix:
1313
os: [ubuntu-latest, macos-latest, windows-latest]
14-
python-version: ["3.8", "3.9", "3.10", "3.11"]
15-
# exclude:
16-
# - os: macos-latest
17-
# python-version: "3.7"
18-
# - os: windows-latest
19-
# python-version: "3.7"
14+
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
15+
exclude:
16+
- os: windows-latest
17+
python-version: "3.13"
18+
# Windows chokes on py3.13: https://github.com/numpy/numpy/issues/27894
2019
steps:
2120
- uses: actions/checkout@v4
2221
- name: Set up Python

0 commit comments

Comments
 (0)