Skip to content
Snippets Groups Projects

don't test on python 3.12

Merged Bryan BRANCOTTE requested to merge bbrancot-master-patch-43887 into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -21,7 +21,7 @@ test-python:
# '3.7', # EOL
'3.8', # oldest
'3.10', # used in Dockerfile
'3.12', # latest
# '3.12', # latest, broken as of sept 2024
]
Loading