Skip to content

Commit b1cf0ce

Browse files
committed
chore: test and use 3.12 as host
Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com>
1 parent 1efccd0 commit b1cf0ce

File tree

4 files changed

+6
-5
lines changed

4 files changed

+6
-5
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
strategy:
4040
matrix:
4141
os: [ubuntu-20.04, windows-latest, macos-11]
42-
python_version: ['3.11']
42+
python_version: ['3.12']
4343
include:
4444
- os: ubuntu-22.04
4545
python_version: '3.8'

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ repos:
2828
rev: v2.5.0
2929
hooks:
3030
- id: setup-cfg-fmt
31-
args: [--include-version-classifiers, --min-py-version=3.8, --max-py-version=3.11]
31+
args: [--include-version-classifiers, --min-py-version=3.8, --max-py-version=3.12]
3232

3333
- repo: https://github.com/pre-commit/mirrors-mypy
3434
rev: v1.6.1
@@ -52,9 +52,9 @@ repos:
5252
- types-requests
5353
- validate-pyproject
5454
- id: mypy
55-
name: mypy 3.11
55+
name: mypy 3.12
5656
exclude: ^cibuildwheel/resources/.*py$
57-
args: ["--python-version=3.11"]
57+
args: ["--python-version=3.12"]
5858
additional_dependencies: *mypy-dependencies
5959

6060
- repo: https://github.com/shellcheck-py/shellcheck-py

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ runs:
2828
- uses: actions/setup-python@v4
2929
id: python
3030
with:
31-
python-version: "3.8 - 3.11"
31+
python-version: "3.8 - 3.12"
3232
update-environment: false
3333

3434
# Redirecting stderr to stdout to fix interleaving issue in Actions.

setup.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ classifiers =
2020
Programming Language :: Python :: 3.9
2121
Programming Language :: Python :: 3.10
2222
Programming Language :: Python :: 3.11
23+
Programming Language :: Python :: 3.12
2324
Programming Language :: Python :: Implementation :: CPython
2425
Topic :: Software Development :: Build Tools
2526
keywords = ci,wheel,packaging,pypi,travis,appveyor,macos,linux,windows

0 commit comments

Comments
 (0)