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

MNT,CI: Test py313, drop py39

parent 7bdc1072
No related branches found
No related tags found
No related merge requests found
...@@ -156,12 +156,6 @@ variables: ...@@ -156,12 +156,6 @@ variables:
- bash ./.ci/test_template.sh - bash ./.ci/test_template.sh
test:3.9:
stage: test
image: pauldmccarthy/fsleyes-py39-wxpy4-gtk3
<<: *test_template
test:3.10: test:3.10:
stage: test stage: test
image: pauldmccarthy/fsleyes-py310-wxpy4-gtk3 image: pauldmccarthy/fsleyes-py310-wxpy4-gtk3
...@@ -180,6 +174,12 @@ test:3.12: ...@@ -180,6 +174,12 @@ test:3.12:
<<: *test_template <<: *test_template
test:3.13:
stage: test
image: pauldmccarthy/fsleyes-py313-wxpy4-gtk3
<<: *test_template
test:build-pypi-dist: test:build-pypi-dist:
stage: test stage: test
image: python:3.10 image: python:3.10
......
...@@ -19,7 +19,7 @@ programming library written in Python. It is used by `FSLeyes ...@@ -19,7 +19,7 @@ programming library written in Python. It is used by `FSLeyes
<https://git.fmrib.ox.ac.uk/fsl/fsleyes/fsleyes/>`_. <https://git.fmrib.ox.ac.uk/fsl/fsleyes/fsleyes/>`_.
``fslpy`` is tested against Python versions 3.8, 3.9, 3.10, and 3.11. ``fslpy`` is tested against Python versions 3.10, 3.11, 3.12, and 3.13.
Installation Installation
......
...@@ -24,10 +24,10 @@ classifiers = [ ...@@ -24,10 +24,10 @@ classifiers = [
"Development Status :: 3 - Alpha", "Development Status :: 3 - Alpha",
"Intended Audience :: Developers", "Intended Audience :: Developers",
"License :: OSI Approved :: Apache Software License", "License :: OSI Approved :: Apache Software License",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
"Topic :: Software Development :: Libraries :: Python Modules" "Topic :: Software Development :: Libraries :: Python Modules"
] ]
......
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