Skip to content

Commit

Permalink
Bump all the python versions
Browse files Browse the repository at this point in the history
  • Loading branch information
rogerbinns committed Sep 10, 2024
1 parent 503045e commit 0c5e8f9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ release: ## Signs built source file(s)
cosign sign-blob --yes --bundle dist/$(VERDIR).cosign-bundle dist/$(VERDIR).zip

# building a python debug interpreter
PYDEBUG_VER=3.12.4
PYDEBUG_VER=3.12.6
PYDEBUG_DIR=/space/pydebug
PYVALGRIND_VER=$(PYDEBUG_VER)
PYVALGRIND_DIR=/space/pyvalgrind
Expand Down
12 changes: 6 additions & 6 deletions tools/megatest.py
Original file line number Diff line number Diff line change
Expand Up @@ -206,12 +206,12 @@ def cmp(a, b):
# Default versions we support
PYVERS = (
'3.14.0a0',
'3.13.0rc1',
'3.12.5',
'3.11.9',
'3.10.14',
'3.9.19',
'3.8.19',
'3.13.0rc2',
'3.12.6',
'3.11.10',
'3.10.15',
'3.9.20',
'3.8.20',
'system',
)

Expand Down

0 comments on commit 0c5e8f9

Please sign in to comment.