Skip to content

Commit

Permalink
ci: Remove 3.12 until lib-cove fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
jpmckinney committed Oct 11, 2023
1 parent d18381d commit 909631b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ jobs:
strategy:
matrix:
os: [macos-latest, ubuntu-latest, windows-latest]
# lib-cove is a blocker for pypy-3.9.
# lib-cove is a blocker for 3.12 and pypy-3.9.
# https://github.com/OpenDataServices/lib-cove/pull/121
python-version: [3.8, 3.9, '3.10', '3.11', '3.12']
python-version: [3.8, 3.9, '3.10', '3.11']
exclude:
# https://www.lfd.uci.edu/~gohlke/pythonlibs/ has no permalinks (for libxml2).
- os: windows-latest
Expand Down

0 comments on commit 909631b

Please sign in to comment.