Skip to content

Commit 6520264

Browse files
authored
Only test on supported PyPy versions (#1338)
1 parent 136d4ee commit 6520264

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ jobs:
1616
- {VERSION: "3.10", TOXENV: "py310"}
1717
- {VERSION: "3.11", TOXENV: "py311"}
1818
- {VERSION: "3.12", TOXENV: "py312"}
19-
- {VERSION: "pypy-3.8", TOXENV: "pypy3"}
2019
- {VERSION: "pypy-3.9", TOXENV: "pypy3"}
20+
- {VERSION: "pypy-3.10", TOXENV: "pypy3"}
2121
- {VERSION: "3.11", TOXENV: "py311-useWheel", OS: "windows-2022" }
2222
# -cryptographyMain
2323
- {VERSION: "3.7", TOXENV: "py37-cryptographyMain"}
@@ -26,16 +26,16 @@ jobs:
2626
- {VERSION: "3.10", TOXENV: "py310-cryptographyMain"}
2727
- {VERSION: "3.11", TOXENV: "py311-cryptographyMain"}
2828
- {VERSION: "3.12", TOXENV: "py312-cryptographyMain"}
29-
- {VERSION: "pypy-3.8", TOXENV: "pypy3-cryptographyMain"}
3029
- {VERSION: "pypy-3.9", TOXENV: "pypy3-cryptographyMain"}
30+
- {VERSION: "pypy-3.10", TOXENV: "pypy3-cryptographyMain"}
3131
# -cryptographyMinimum
3232
- {VERSION: "3.7", TOXENV: "py37-cryptographyMinimum"}
3333
- {VERSION: "3.8", TOXENV: "py38-cryptographyMinimum"}
3434
- {VERSION: "3.9", TOXENV: "py39-cryptographyMinimum"}
3535
- {VERSION: "3.10", TOXENV: "py310-cryptographyMinimum"}
3636
- {VERSION: "3.11", TOXENV: "py311-cryptographyMinimum"}
3737
- {VERSION: "3.12", TOXENV: "py312-cryptographyMinimum"}
38-
- {VERSION: "pypy-3.8", TOXENV: "pypy3-cryptographyMinimum"}
38+
- {VERSION: "pypy-3.10", TOXENV: "pypy3-cryptographyMinimum"}
3939
# Cryptography wheels
4040
- {VERSION: "3.9", TOXENV: "py39-cryptographyMinimum-useWheel"}
4141
- {VERSION: "3.9", TOXENV: "py39-useWheel"}

0 commit comments

Comments
 (0)