ci: Add Python 3.12

This commit is contained in:
Alexander Engelsberger
2023-10-25 15:04:05 +02:00
parent 71167a8f77
commit 072e61b3cd
4 changed files with 9 additions and 7 deletions

View File

@@ -12,10 +12,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Python 3.11
- name: Set up Python 3.12
uses: actions/setup-python@v4
with:
python-version: "3.11"
python-version: "3.12"
- name: Install dependencies
run: |
python -m pip install --upgrade pip