Skip to content
Snippets Groups Projects

Test latest python

Merged Bryan BRANCOTTE requested to merge test-latest-python into master
1 file
+ 5
6
Compare changes
  • Side-by-side
  • Inline
+ 5
6
@@ -18,12 +18,11 @@ test-python:
parallel:
matrix:
- PYTHON_VERSION: [
# '3.7',
'3.8',
# '3.9',
'3.10',
# '3.11',
]
# '3.7', # EOL
'3.8', # oldest
'3.10', # used in Dockerfile
'3.12', # latest
]
test-docker-compose:
Loading