Skip to content

Commit

Permalink
Add 3.14.0 alpha zero and bump other py versions
Browse files Browse the repository at this point in the history
  • Loading branch information
rogerbinns committed Aug 9, 2024
1 parent deec26a commit 2898eef
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions tools/megatest.py
Original file line number Diff line number Diff line change
Expand Up @@ -205,12 +205,13 @@ def cmp(a, b):

# Default versions we support
PYVERS = (
'3.13.0b2',
'3.12.4',
'3.14.0a0',
'3.13.0rc1',
'3.12.5',
'3.11.9',
'3.10.13',
'3.9.18',
'3.8.18',
'3.10.14',
'3.9.19',
'3.8.19',
'system',
)

Expand Down

0 comments on commit 2898eef

Please sign in to comment.