Skip to content
Snippets Groups Projects
Commit 7553af7e authored by Maeva Pourpoint's avatar Maeva Pourpoint
Browse files

Test support for python 3.10

parent afc2f122
No related branches found
No related tags found
1 merge request!16Fix issues
Pipeline #3330 passed with stage
in 1 minute and 38 seconds
...@@ -38,3 +38,11 @@ python3.9: ...@@ -38,3 +38,11 @@ python3.9:
stage: test stage: test
script: script:
- python -m unittest - python -m unittest
python3.10:
image: python:3.10
tags:
- passoft
stage: test
script:
- python -m unittest
[tox] [tox]
envlist = py39, flake8 envlist = py39, py310, flake8
[testenv:flake8] [testenv:flake8]
basepython = python basepython = python
......
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