Attempt adding python 3.12 to CI

This commit is contained in:
Ian McEwen committed 2024-07-07 21:15:29 -07:00
1 parent 865bb6a497
commit 3c772b5a31
1 file changed
+2
+2
View File
@@ -16,6 +16,7 @@ jobs:
- "3.9"
- "3.10"
- "3.11"
- "3.12"
steps:
- uses: actions/checkout@v4
- name: Install Python 3
@@ -58,6 +59,7 @@ jobs:
- "3.9"
- "3.10"
- "3.11"
- "3.12"
steps:
- uses: actions/checkout@v4
- name: Install Python 3