We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e363f8 commit c5417aaCopy full SHA for c5417aa
.github/workflows/ci.yml
@@ -15,15 +15,13 @@ jobs:
15
strategy:
16
matrix:
17
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 }
20
- { pyver: "3.8", builder: unix_build.py, os: ubuntu-latest, cc: gcc }
21
- { pyver: "3.8", builder: unix_build.py, os: ubuntu-latest, cc: clang }
22
- - { pyver: "3.10", builder: setup.py, os: ubuntu-latest, cc: gcc }
+ - { pyver: "3.11", builder: setup.py, os: ubuntu-latest, cc: gcc }
23
24
- - { pyver: "3.10", builder: setup.py, os: macos-latest, cc: clang }
+ - { pyver: "3.11", builder: setup.py, os: macos-latest, cc: clang }
25
26
- - { pyver: "3.10", builder: setup.py, os: windows-2019, cc: cl }
+ - { pyver: "3.12", builder: setup.py, os: windows-2019, cc: cl }
27
28
steps:
29
- name: Checkout source code
0 commit comments