Skip to content

Commit 14ded12

Browse files
committed
chore: support Python 3.12
Signed-off-by: SdgJlbl <[email protected]>
1 parent dd01b9b commit 14ded12

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/python.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Set up python
1616
uses: actions/setup-python@v5
1717
with:
18-
python-version: "3.11"
18+
python-version: "3.12"
1919
- name: Install tools
2020
run: pip install flake8 black isort wheel docstring-parser
2121
- name: Lint
@@ -45,7 +45,7 @@ jobs:
4545
strategy:
4646
fail-fast: false
4747
matrix:
48-
python-version: ["3.9", "3.10", "3.11"]
48+
python-version: ["3.9", "3.10", "3.11", "3.12"]
4949
name: Tests on Python ${{ matrix.python-version }}
5050
steps:
5151
- name: Set up python

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ classifiers = [
3131
"Programming Language :: Python :: 3.9",
3232
"Programming Language :: Python :: 3.10",
3333
"Programming Language :: Python :: 3.11",
34+
"Programming Language :: Python :: 3.12",
3435
]
3536
license = { file = "LICENSE" }
3637
authors = [{ name = "Owkin, Inc." }]

0 commit comments

Comments
 (0)