Skip to content

Commit e032412

Browse files
authored
[ci] Added python 3.12 to pytest and examples workflows. (#212)
1 parent dc63142 commit e032412

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/examples.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
fail-fast: false
1818
matrix:
1919
os: [ubuntu-latest]
20-
python-version: ["3.8", "3.10"]
20+
python-version: ["3.8", "3.10", "3.12"]
2121

2222
steps:
2323
- name: Checkout source

.github/workflows/pytest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
fail-fast: false
1818
matrix:
1919
os: [ubuntu-latest]
20-
python-version: ["3.8", "3.9", "3.10", "3.11"]
20+
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
2121
include:
2222
- os: macos-latest
2323
python-version: "3.10"

0 commit comments

Comments
 (0)