Skip to content
Snippets Groups Projects
Commit 6fd0a5f7 authored by Florian Spreckelsen's avatar Florian Spreckelsen
Browse files

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

parent 2e938d95
No related branches found
No related tags found
2 merge requests!178FIX: #96 Better error output for crawl.py script.,!166MAINT: Add support for Python 3.12 and experimental support for 3.13
Pipeline #49842 passed with warnings
......@@ -146,6 +146,19 @@ unittest_py3.11:
stage: test
image: python:3.11
script: *python_test_script
unittest_py3.12:
tags: [cached-dind]
stage: test
image: python:3.12
script: *python_test_script
unittest_py3.13:
allow_failure: true
tags: [cached-dind]
stage: test
image: python:3.13
script: *python_test_script
inttest:
tags: [docker]
......
......@@ -9,6 +9,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added ###
* Support for Python 3.12 and experimental support for 3.13
### Changed ###
### Deprecated ###
......
[tox]
envlist = py38, py39, py310, py311
envlist = py38, py39, py310, py311, py312, py313
skip_missing_interpreters = true
[testenv]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment