Skip to content

Commit 53b78f5

Browse files
authored
test on supported pypys (#1449)
1 parent fb1ebc1 commit 53b78f5

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,7 @@ jobs:
1919
- {VERSION: "3.12", NOXSESSION: "tests"}
2020
- {VERSION: "3.13", NOXSESSION: "tests"}
2121
- {VERSION: "3.14-dev", NOXSESSION: "tests"}
22-
- {VERSION: "pypy-3.9", NOXSESSION: "tests"}
23-
- {VERSION: "pypy-3.10", NOXSESSION: "tests"}
22+
- {VERSION: "pypy-3.11", NOXSESSION: "tests"}
2423
- {VERSION: "3.11", NOXSESSION: "tests-wheel", OS: "windows-latest"}
2524
# -cryptography-main
2625
- {VERSION: "3.8", NOXSESSION: "tests-cryptography-main"}
@@ -29,8 +28,7 @@ jobs:
2928
- {VERSION: "3.11", NOXSESSION: "tests-cryptography-main"}
3029
- {VERSION: "3.12", NOXSESSION: "tests-cryptography-main"}
3130
- {VERSION: "3.13", NOXSESSION: "tests-cryptography-main"}
32-
- {VERSION: "pypy-3.9", NOXSESSION: "tests-cryptography-main"}
33-
- {VERSION: "pypy-3.10", NOXSESSION: "tests-cryptography-main"}
31+
- {VERSION: "pypy-3.11", NOXSESSION: "tests-cryptography-main"}
3432
# -cryptography-minimum
3533
- {VERSION: "3.7", NOXSESSION: "tests-cryptography-minimum", OS: "ubuntu-22.04"}
3634
- {VERSION: "3.8", NOXSESSION: "tests-cryptography-minimum"}
@@ -39,7 +37,7 @@ jobs:
3937
- {VERSION: "3.11", NOXSESSION: "tests-cryptography-minimum"}
4038
- {VERSION: "3.12", NOXSESSION: "tests-cryptography-minimum"}
4139
- {VERSION: "3.13", NOXSESSION: "tests-cryptography-minimum"}
42-
- {VERSION: "pypy-3.10", NOXSESSION: "tests-cryptography-minimum"}
40+
- {VERSION: "pypy-3.11", NOXSESSION: "tests-cryptography-minimum"}
4341
# Cryptography wheels
4442
- {VERSION: "3.9", NOXSESSION: "tests-cryptography-minimum-wheel"}
4543
- {VERSION: "3.9", NOXSESSION: "tests-wheel"}

0 commit comments

Comments
 (0)