Skip to content

Commit

Permalink
disable py312 again, not all deps support it yet, apparently
Browse files Browse the repository at this point in the history
  • Loading branch information
almarklein committed Oct 24, 2023
1 parent 8dac3ed commit d451a2f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,9 @@ jobs:
- name: Linux py311
os: ubuntu-latest
pyversion: '3.11'
- name: Linux py312
os: ubuntu-latest
pyversion: '3.12'
# - name: Linux py312 Not yet, because zmq
# os: ubuntu-latest
# pyversion: '3.12'
# Other systems / interpreters
- name: Linux pypy3
os: ubuntu-latest
Expand Down

0 comments on commit d451a2f

Please sign in to comment.