Skip to content

Commit f49f1d5

Browse files
committed
Add py* to tox config
1 parent 012cff5 commit f49f1d5

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/github-actions.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
strategy:
5959
fail-fast: false
6060
matrix:
61-
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13", "pypy3.9", "pypy3.10"]
61+
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13", "pypy3.9", "pypy3.10", "pypy3.11"]
6262
MONGODB: [$MONGODB_4_0]
6363
PYMONGO: [$PYMONGO_3_12]
6464
include:

tox.ini

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
[tox]
2-
envlist = pypy3-{mg3122,mg3130,mg402,mg433,mg441,mg462,mg473,mg480,mg492,mg4101,mg4112}
2+
envlist =
3+
pypy3-{mg3122,mg3130,mg402,mg433,mg441,mg462,mg473,mg480,mg492,mg4101,mg4112}
4+
py{39,310,311,312,313}-{mg3122,mg3130,mg402,mg433,mg441,mg462,mg473,mg480,mg492,mg4101,mg4112}
35
skipsdist = True
46

57
[testenv]

0 commit comments

Comments
 (0)