Skip to content

Commit

Permalink
Merge branch 'kurtmckee/test-py313-pypy310'
Browse files Browse the repository at this point in the history
  • Loading branch information
anishathalye committed Dec 19, 2024
2 parents 7e6ec66 + 128cb74 commit e02111e
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 4 deletions.
14 changes: 13 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,17 @@ jobs:
fail-fast: false
matrix:
os: ["ubuntu-20.04", "macos-latest"]
python: ["3.6", "3.7", "3.8", "3.9", "3.10", "3.11", "3.12", "pypy-3.9"]
python:
- "3.6"
- "3.7"
- "3.8"
- "3.9"
- "3.10"
- "3.11"
- "3.12"
- "3.13"
- "pypy-3.9"
- "pypy-3.10"
include:
- os: "windows-latest"
python: "3.8"
Expand All @@ -24,6 +34,8 @@ jobs:
python: "3.11"
- os: "windows-latest"
python: "3.12"
- os: "windows-latest"
python: "3.13"
exclude:
- os: "macos-latest"
python: "3.6"
Expand Down
8 changes: 5 additions & 3 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
; All older versions, and PyPy, lack full symlink support.
envlist =
coverage_erase
py{38, 39, 310, 311, 312}-all_platforms
py{38, 39, 310, 311, 312, 313}-all_platforms
py{36, 37}-most_platforms
pypy3-most_platforms
pypy{39, 310}-most_platforms
coverage_report
skip_missing_interpreters = true

Expand Down Expand Up @@ -65,9 +65,11 @@ python =
3.10: py310-all_platforms
3.11: py311-all_platforms
3.12: py312-all_platforms
3.13: py313-all_platforms

; Run on most platforms (Linux and Mac)
pypy-3.9: pypy3-most_platforms
pypy-3.9: pypy39-most_platforms
pypy-3.10: pypy310-most_platforms
3.6: py36-most_platforms
3.7: py37-most_platforms

Expand Down

0 comments on commit e02111e

Please sign in to comment.