Skip to content
Snippets Groups Projects

Test with Python 3.12 and 3.13

Open Andrej Shadura requested to merge py-3.12-13-test into main
2 files
+ 11
0
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 10
0
@@ -24,6 +24,16 @@ py311:
extends:
- .test
py312:
image: python:3.12
extends:
- .test
py313:
image: python:3.13
extends:
- .test
codestyle:
allow_failure: true
tags:
Loading