Skip to content

Commit 4017326

Browse files
committed
address review comments
1 parent 26ce1e2 commit 4017326

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci-wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
- name: "build ${{ matrix.os }} (${{ matrix.arch }}) wheels"
5151
uses: pypa/[email protected]
5252
env:
53-
CIBW_SKIP: "cp313-* pp* *-musllinux*"
53+
CIBW_SKIP: "cp39-* cp313-* pp* *-musllinux*"
5454
CIBW_ARCHS: ${{ matrix.arch }}
5555
CIBW_BUILD_FRONTEND: "build"
5656
CIBW_MANYLINUX_X86_64_IMAGE: "manylinux2014"

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ classifiers = [
2323
"Operating System :: Unix",
2424
"Programming Language :: Python",
2525
"Programming Language :: Python :: 3 :: Only",
26-
"Programming Language :: Python :: 3.9",
2726
"Programming Language :: Python :: 3.10",
2827
"Programming Language :: Python :: 3.11",
28+
"Programming Language :: Python :: 3.12",
2929
"Programming Language :: Python :: Implementation :: CPython",
3030
"Topic :: Scientific/Engineering",
3131
"Topic :: Scientific/Engineering :: Atmospheric Science",
@@ -46,7 +46,7 @@ keywords = [
4646
]
4747
license = {text = "BSD-3-Clause"}
4848
name = "stratify"
49-
requires-python = ">=3.9"
49+
requires-python = ">=3.10"
5050

5151
[project.urls]
5252
Code = "https://github.com/SciTools-incubator/python-stratify"
@@ -69,7 +69,7 @@ write_to = "src/stratify/_version.py"
6969
local_scheme = "dirty-tag"
7070

7171
[tool.black]
72-
target-version = ["py39", "py310", "py311"]
72+
target-version = ["py310", "py311", "py312"]
7373
line-length = 88
7474
include = '\.pyi?$'
7575

0 commit comments

Comments
 (0)