Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
fslpy
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Analyze
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
FSL
fslpy
Commits
05827792
Commit
05827792
authored
1 month ago
by
Paul McCarthy
Browse files
Options
Downloads
Patches
Plain Diff
MNT,CI: Test py313, drop py39
parent
7bdc1072
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.gitlab-ci.yml
+6
-6
6 additions, 6 deletions
.gitlab-ci.yml
README.rst
+1
-1
1 addition, 1 deletion
README.rst
pyproject.toml
+2
-2
2 additions, 2 deletions
pyproject.toml
with
9 additions
and
9 deletions
.gitlab-ci.yml
+
6
−
6
View file @
05827792
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
README.rst
+
1
−
1
View file @
05827792
...
@@ -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.1
0
, and 3.1
1
.
``fslpy`` is tested against Python versions 3.
10
, 3.
11
, 3.1
2
, and 3.1
3
.
Installation
Installation
...
...
This diff is collapsed.
Click to expand it.
pyproject.toml
+
2
−
2
View file @
05827792
...
@@ -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"
]
]
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment