Skip to content

Commit 3c772b5

Browse files
committed
Attempt adding python 3.12 to CI
1 parent 865bb6a commit 3c772b5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ jobs:
1616
- "3.9"
1717
- "3.10"
1818
- "3.11"
19+
- "3.12"
1920
steps:
2021
- uses: actions/checkout@v4
2122
- name: Install Python 3
@@ -58,6 +59,7 @@ jobs:
5859
- "3.9"
5960
- "3.10"
6061
- "3.11"
62+
- "3.12"
6163
steps:
6264
- uses: actions/checkout@v4
6365
- name: Install Python 3

0 commit comments

Comments
 (0)