Skip to content

Commit c5417aa

Browse files
committed
Update python versions in CI
1 parent 4e363f8 commit c5417aa

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,13 @@ jobs:
1515
strategy:
1616
matrix:
1717
include:
18-
- { pyver: "2.7", builder: unix_build.py, os: ubuntu-latest, cc: gcc }
19-
- { pyver: "2.7", builder: unix_build.py, os: ubuntu-latest, cc: clang }
2018
- { pyver: "3.8", builder: unix_build.py, os: ubuntu-latest, cc: gcc }
2119
- { pyver: "3.8", builder: unix_build.py, os: ubuntu-latest, cc: clang }
22-
- { pyver: "3.10", builder: setup.py, os: ubuntu-latest, cc: gcc }
20+
- { pyver: "3.11", builder: setup.py, os: ubuntu-latest, cc: gcc }
2321

24-
- { pyver: "3.10", builder: setup.py, os: macos-latest, cc: clang }
22+
- { pyver: "3.11", builder: setup.py, os: macos-latest, cc: clang }
2523

26-
- { pyver: "3.10", builder: setup.py, os: windows-2019, cc: cl }
24+
- { pyver: "3.12", builder: setup.py, os: windows-2019, cc: cl }
2725

2826
steps:
2927
- name: Checkout source code

0 commit comments

Comments
 (0)