Attempt adding python 3.12 to CI

This commit is contained in:
Ian McEwen
2024-07-07 21:15:29 -07:00
parent 865bb6a497
commit 3c772b5a31

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