Skip to content
Snippets Groups Projects
Commit e59de4a56606 authored by Viet-Hung Nhu's avatar Viet-Hung Nhu
Browse files

ci: use python 3.9 as minimum and 3.11 as actual

parent b81d59810185
No related branches found
No related tags found
1 merge request!95Support py3.12
Pipeline #262346 failed
---
default:
image: python:3.7
image: python:3.11
include:
# uncomment and uses to customize/extend the configuration here if needed
......@@ -32,5 +32,5 @@
- release
- publish
py38:
py39:
extends: py3
......@@ -36,6 +36,6 @@
extends: py3
image: python:3.8
image: python:3.9
before_script:
- pip install tox
py3:
......@@ -38,8 +38,8 @@
before_script:
- pip install tox
py3:
image: python:3.7
image: python:3.11
before_script:
- pip install tox
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment