chore: test and use 3.12 as host (#1650)

* chore: test and use 3.12 as host

Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com>

* chore: address feedback

Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com>

---------

Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com>
This commit is contained in:
Henry Schreiner
2023-10-27 01:21:59 -04:00
committed by GitHub
parent 4586062efb
commit 89d5bd58f5
6 changed files with 10 additions and 9 deletions
+1 -1
View File
@@ -28,7 +28,7 @@ runs:
- uses: actions/setup-python@v4
id: python
with:
python-version: "3.8 - 3.11"
python-version: "3.8 - 3.12"
update-environment: false
# Redirecting stderr to stdout to fix interleaving issue in Actions.