Skip to content

Commit 24aa6e7

Browse files
committed
test(tox): bump PyPy to 3.11
Cryptography's latest version is not available as a binary wheel for 3.10, and setting up a Rust build env seems somewhat excessive for this.
1 parent 59a1171 commit 24aa6e7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- py311
2929
- py312
3030
- py313
31-
- pypy3
31+
- pypy311
3232
permissions:
3333
contents: read
3434
steps:

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# and then run "tox" from this directory.
55

66
[tox]
7-
envlist = py39, py310, py311, py312, py313, pypy3
7+
envlist = py39, py310, py311, py312, py313, pypy311
88
skip_missing_interpreters = True
99

1010
[testenv]

0 commit comments

Comments
 (0)