Skip to content
Snippets Groups Projects
Commit 0c72a9b7 authored by Michał Marcińczuk's avatar Michał Marcińczuk
Browse files

Test python 3.8.

parent b2e96d5d
No related branches found
No related tags found
1 merge request!41Dev v07
Pipeline #7370 passed
image: "python:3.6" image: "python:3.8"
before_script: before_script:
- python --version - python --version
......
...@@ -32,5 +32,5 @@ setuptools.setup( ...@@ -32,5 +32,5 @@ setuptools.setup(
"License :: OSI Approved :: MIT License", "License :: OSI Approved :: MIT License",
"Operating System :: OS Independent", "Operating System :: OS Independent",
], ],
python_requires='>=3.6', python_requires='>=3.8',
) )
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment