Skip to content

Commit dc4509a

Browse files
authored
Merge pull request #104 from elliot-100/ci-support-py312
ci: add Python 3.12 to version matrix
2 parents 1414b3d + 67410e9 commit dc4509a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/python-package.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
strategy:
1616
fail-fast: false
1717
matrix:
18-
python-version: ["3.8", "3.9", "3.10", "3.11"]
18+
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
1919

2020
steps:
2121
- name: Check out repository

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ pytest = "^8.1.1"
1818

1919
[tool.black]
2020
line-length = 88
21-
target-version = ['py38', 'py39', 'py310', 'py311']
21+
target-version = ['py38', 'py39', 'py310', 'py311', 'py312']
2222

2323
[tool.isort]
2424
profile = "black"

0 commit comments

Comments
 (0)