Skip to content
Snippets Groups Projects

MAINT: Add support for Python 3.12 and experimental support for 3.13

Merged Florian Spreckelsen requested to merge f-py312 into dev
3 files
+ 16
1
Compare changes
  • Side-by-side
  • Inline
Files
3
+ 14
0
@@ -156,6 +156,20 @@ unittest_py311:
image: python:3.11
script: *python_test_script
unittest_py312:
tags: [docker]
stage: unittest
image: python:3.12
script: *python_test_script
unittest_py313:
allow_failure: true
tags: [docker]
stage: unittest
image: python:3.13-rc
script: *python_test_script
# Build the sphinx documentation and make it ready for deployment by Gitlab Pages
# Special job for serving a static website. See https://docs.gitlab.com/ee/ci/yaml/README.html#pages
pages_prepare: &pages_prepare
Loading