Skip to content

Commit

Permalink
Update tested implementation list
Browse files Browse the repository at this point in the history
Signed-off-by: Michał Górny <[email protected]>
  • Loading branch information
mgorny committed Jun 17, 2024
1 parent 5c129e2 commit b84110c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ jobs:
build:
strategy:
matrix:
python-version: ["3.9", "3.10", "3.11", "3.12-dev", "pypy-3.9"]
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13-dev", "pypy-3.9", "pypy-3.10"]
variant: ["", "-norequests-noresponses", "-noresponses"]
gpg: ["no-gpg", "vanilla-gpg"]
fail-fast: false
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
envlist = qa,py{39,310,311,312},pypy3,py3-nogpg,py3-norequests-noresponses,py3-noresponses
envlist = qa,py{39,310,311,312,313},pypy3{9,10},py3-nogpg,py3-norequests-noresponses,py3-noresponses
skip_missing_interpreters = True
# we operate on sources anyway
skipsdist = True
Expand Down

0 comments on commit b84110c

Please sign in to comment.