Skip to content

Commit c40fd11

Browse files
Updates python versions to adhere to SPEC0 (#136)
1 parent 3e566f6 commit c40fd11

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.github/workflows/test_and_deploy.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,14 +39,14 @@ jobs:
3939
fail-fast: false
4040
matrix:
4141
# Run tests on ubuntu across all supported versions
42-
python-version: ["3.10", "3.11", "3.12"]
42+
python-version: ["3.11", "3.12", "3.13"]
4343
os: [ubuntu-latest]
4444
# Include a Windows test and new Mac runs
4545
include:
4646
- os: macos-latest
47-
python-version: "3.12"
47+
python-version: "3.13"
4848
- os: windows-latest
49-
python-version: "3.12"
49+
python-version: "3.13"
5050
steps:
5151
# Cache atlases
5252
- name: Cache brainglobe directory

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ authors = [
99
description = "A collection of end-to-end data analysis workflows executed using BrainGlobe tools."
1010
readme = "README.md"
1111
license = { file = "LICENSE" }
12-
requires-python = ">=3.10"
12+
requires-python = ">=3.11"
1313
dynamic = ["version"]
1414

1515
classifiers = [
@@ -18,9 +18,9 @@ classifiers = [
1818
"Intended Audience :: Science/Research",
1919
"License :: OSI Approved :: BSD License",
2020
"Operating System :: OS Independent",
21-
"Programming Language :: Python :: 3.10",
2221
"Programming Language :: Python :: 3.11",
2322
"Programming Language :: Python :: 3.12",
23+
"Programming Language :: Python :: 3.13",
2424
"Programming Language :: Python",
2525
"Topic :: Scientific/Engineering :: Image Recognition",
2626
]
@@ -110,14 +110,14 @@ fix = true
110110
[tool.tox]
111111
legacy_tox_ini = """
112112
[tox]
113-
envlist = py{310,311,312}-{coredev}
113+
envlist = py{311,312,313}-{coredev}
114114
isolated_build = True
115115
116116
[gh-actions]
117117
python =
118-
3.10: py310
119118
3.11: py311
120119
3.12: py312
120+
3.13: py313
121121
122122
123123
[gh-actions:env]

0 commit comments

Comments
 (0)