File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed
Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 4545 fail-fast : false
4646 matrix :
4747 os : ["ubuntu-latest"]
48- python-version : ["310 ", "311 ", "312 "]
48+ python-version : ["311 ", "312 ", "313 "]
4949 include :
50- - python-version : " 312 "
50+ - python-version : " 313 "
5151 cov-report : " --cov-report=xml --cov"
5252 codecov : " codecov"
5353
Original file line number Diff line number Diff line change 5050 - name : " build ${{ matrix.os }} (${{ matrix.arch }}) wheels"
51515252 env :
53- CIBW_SKIP : " cp39-* cp313 -* pp* *-musllinux*"
53+ CIBW_SKIP : " cp39-* cp310 -* pp* *-musllinux*"
5454 CIBW_ARCHS : ${{ matrix.arch }}
5555 CIBW_BUILD_FRONTEND : " build"
5656 CIBW_MANYLINUX_X86_64_IMAGE : " manylinux2014"
Original file line number Diff line number Diff line change @@ -22,9 +22,9 @@ classifiers = [
2222 " Operating System :: Unix" ,
2323 " Programming Language :: Python" ,
2424 " Programming Language :: Python :: 3 :: Only" ,
25- " Programming Language :: Python :: 3.10" ,
2625 " Programming Language :: Python :: 3.11" ,
2726 " Programming Language :: Python :: 3.12" ,
27+ " Programming Language :: Python :: 3.13" ,
2828 " Programming Language :: Python :: Implementation :: CPython" ,
2929 " Topic :: Scientific/Engineering" ,
3030 " Topic :: Scientific/Engineering :: Atmospheric Science" ,
@@ -46,7 +46,7 @@ keywords = [
4646license = " BSD-3-Clause"
4747license-files = [" LICENSE" ]
4848name = " stratify"
49- requires-python = " >=3.10 "
49+ requires-python = " >=3.11 "
5050
5151[project .urls ]
5252Code = " https://github.com/SciTools-incubator/python-stratify"
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ channels:
44 - conda-forge
55
66dependencies :
7- - python=3.10
7+ - python=3.13
88
99# Setup dependencies.
1010 - setuptools>=77.0.3
You can’t perform that action at this time.
0 commit comments