Skip to content
Snippets Groups Projects

Add support for Python 3.12

Open Duncan Macleod requested to merge duncanmmacleod/glue:python3.12 into master
1 unresolved thread
2 files
+ 6
0
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 5
0
@@ -58,3 +58,8 @@ test:python3.11:
extends:
- .test:pip
image: python:3.11
test:python3.12:
extends:
- .test:pip
image: python:3.12
Loading