Skip to content

Commit f5b95e0

Browse files
add 3.12 to tasks CI
1 parent 315a635 commit f5b95e0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci_pip.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
strategy:
5151
matrix:
5252
os: [ubuntu-latest, macos-latest]
53-
python-version: ["3.9", "3.10", "3.11"]
53+
python-version: ["3.9", "3.10", "3.11", "3.12"]
5454
exclude:
5555
- os: macos-latest
5656
python-version: '3.9'

.github/workflows/ci_poetry.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060

6161
strategy:
6262
matrix:
63-
python-version: ["3.9", "3.10", "3.11"]
63+
python-version: ["3.9", "3.10", "3.11", "3.12"]
6464

6565
steps:
6666
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)