Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 0fe7a78

Browse files
committed
Test Python 3.12 support
1 parent 28973c5 commit 0fe7a78

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

‎.github/workflows/tests.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
strategy:
9292
matrix:
9393
os: ['ubuntu-22.04']
94-
python-version: ['3.8', '3.9', '3.10', '3.11']
94+
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12']
9595
check: ['test']
9696
pip-flags: ['']
9797
depends: ['REQUIREMENTS']

‎nipype/info.py‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ def get_nipype_gitversion():
5858
"Programming Language :: Python :: 3.9",
5959
"Programming Language :: Python :: 3.10",
6060
"Programming Language :: Python :: 3.11",
61+
"Programming Language :: Python :: 3.12",
6162
"Topic :: Scientific/Engineering",
6263
]
6364
PYTHON_REQUIRES = ">= 3.8"

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /