Skip to content
Snippets Groups Projects
Commit 308d91f8 authored by Paul McCarthy's avatar Paul McCarthy :mountain_bicyclist:
Browse files

MNT,CI: Drop testing py36, add py310

parent 6acc093c
No related branches found
No related tags found
1 merge request!30Mnt/default output dir
...@@ -54,9 +54,6 @@ variables: ...@@ -54,9 +54,6 @@ variables:
- bash ./.ci/unit_tests.sh - bash ./.ci/unit_tests.sh
test:3.6:
image: python:3.6
<<: *test_template
test:3.7: test:3.7:
image: python:3.7 image: python:3.7
...@@ -69,3 +66,7 @@ test:3.8: ...@@ -69,3 +66,7 @@ test:3.8:
test:3.9: test:3.9:
image: python:3.9 image: python:3.9
<<: *test_template <<: *test_template
test:3.10:
image: python:3.10
<<: *test_template
...@@ -44,10 +44,10 @@ setup( ...@@ -44,10 +44,10 @@ setup(
'Development Status :: 3 - Alpha', 'Development Status :: 3 - Alpha',
'Intended Audience :: Developers', 'Intended Audience :: Developers',
'License :: Free for non-commercial use', 'License :: Free for non-commercial use',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7', 'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8', 'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9', 'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
'Topic :: Software Development :: Libraries :: Python Modules'], 'Topic :: Software Development :: Libraries :: Python Modules'],
packages=find_packages(exclude=('doc')), packages=find_packages(exclude=('doc')),
......
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