File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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]
1817license = { file = " LICENSE" }
19- requires-python = " >=3.10 "
18+ requires-python = " >=3.12 "
2019dependencies = [
2120 " dask>=2024.12.0" ,
2221 " globus-sdk<4.0.0" ,
You can’t perform that action at this time.
0 commit comments