Skip to content
Snippets Groups Projects

Add tests for python 3.10 and 3.11

1 file
+ 9
1
Compare changes
  • Side-by-side
  • Inline
+ 9
1
@@ -40,6 +40,14 @@ test:python3.9:
extends: .test
image: python:3.9
test:python3.10:
extends: .test
image: python:3.10
test:python3.11:
extends: .test
image: python:3.11
# Run code lint
lint:
extends: .python:flake8
@@ -59,7 +67,7 @@ pages:
- public
expire_in: 30 days
needs:
- test:python3.8
- test:python3.9
only:
- master
Loading