Skip to content

Commit dee3007

Browse files
committed
bump to supported python versions
1 parent f70e079 commit dee3007

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
strategy:
2727
fail-fast: false
2828
matrix:
29-
python-version: ["3.10", "3.11", "3.12", "3.13"]
29+
python-version: ["3.12", "3.13", "3.14"]
3030
os: [macos, ubuntu, windows]
3131
steps:
3232
- uses: actions/checkout@v4

pyproject.toml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,14 @@ classifiers = [
88
"License :: OSI Approved :: BSD License",
99
"Operating System :: OS Independent",
1010
"Programming Language :: Python :: 3",
11-
"Programming Language :: Python :: 3.10",
12-
"Programming Language :: Python :: 3.11",
1311
"Programming Language :: Python :: 3.12",
1412
"Programming Language :: Python :: 3.13",
13+
"Programming Language :: Python :: 3.14",
1514
"Intended Audience :: Science/Research",
1615
"Topic :: Scientific/Engineering",
1716
]
1817
license = { file = "LICENSE" }
19-
requires-python = ">=3.10"
18+
requires-python = ">=3.12"
2019
dependencies = [
2120
"dask>=2024.12.0",
2221
"globus-sdk<4.0.0",

0 commit comments

Comments
 (0)