Skip to content
Snippets Groups Projects

#240, #294: Drop Python 3.5. Add Python 3.9 support

Merged #240, #294: Drop Python 3.5. Add Python 3.9 support
All threads resolved!
Merged Moul requested to merge 240_294_drop_py_3.5_add_py_3.9_support into dev
All threads resolved!
4 files
+ 135
127
Compare changes
  • Side-by-side
  • Inline
Files
4
+ 6
6
@@ -46,12 +46,6 @@ format:
@@ -46,12 +46,6 @@ format:
- poetry install
- poetry install
- poetry run pytest
- poetry run pytest
tests-3.5:
extends: .tests
tags: [poetry-56]
variables:
PYTHON_VERSION: "3.5"
tests-3.6:
tests-3.6:
extends: .tests
extends: .tests
tags: [poetry-56]
tags: [poetry-56]
@@ -76,6 +70,12 @@ tests-3.8:
@@ -76,6 +70,12 @@ tests-3.8:
variables:
variables:
PYTHON_VERSION: "3.8"
PYTHON_VERSION: "3.8"
 
tests-3.9:
 
extends: .tests
 
tags: [poetry-56]
 
variables:
 
PYTHON_VERSION: "3.9"
 
pypi_test:
pypi_test:
stage: publish
stage: publish
rules:
rules:
Loading