Skip to content

Commit

Permalink
Can't use 3.12 or newer pypy versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
GrahamDumpleton committed Oct 7, 2023
1 parent cd031d7 commit 275c29e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ jobs:
- 3.9
- "3.10"
- 3.11
- 3.12
# - pypy-2.7
- pypy-3.8
- pypy-3.9
Expand Down Expand Up @@ -99,7 +98,6 @@ jobs:
- 3.9
- "3.10"
- 3.11
- 3.12
# - pypy-2.7
- pypy-3.8
- pypy-3.9
Expand Down Expand Up @@ -161,7 +159,6 @@ jobs:
- 3.9
- "3.10"
- 3.11
- 3.12
# - pypy-2.7
- pypy-3.8
- pypy-3.9
Expand Down
9 changes: 4 additions & 5 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ classifiers =
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Programming Language :: Python :: 3.12
Programming Language :: Python :: Implementation :: CPython
Programming Language :: Python :: Implementation :: PyPy
project_urls =
Expand Down Expand Up @@ -85,10 +84,10 @@ python =
3.9: py39, py39-without-extensions, py39-install-extensions, py39-disable-extensions
3.10: py310, py310-without-extensions, py310-install-extensions, py310-disable-extensions
3.11: py311, py311-without-extensions, py311-install-extensions, py311-disable-extensions
3.12: py312, py312-without-extensions, py312-install-extensions, py312-disable-extensions
pypy-3.8: pypy-without-extensions
pypy-3.9: pypy-without-extensions
pypy-3.10: pypy-without-extensions
# 3.12: py312, py312-without-extensions, py312-install-extensions, py312-disable-extensions
# pypy-3.8: pypy-without-extensions
# pypy-3.9: pypy-without-extensions
# pypy-3.10: pypy-without-extensions

[testenv]
deps =
Expand Down

0 comments on commit 275c29e

Please sign in to comment.