Skip to content

Commit

Permalink
Main tests on 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
felix-hilden committed Oct 4, 2023
1 parent 2e1388b commit ff9a2b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
matrix:
strategy:
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11"]
python-version: ["3.8", "3.9", "3.10", "3.12"]
name: Python ${{matrix.python-version}}
runs-on: ubuntu-latest

Expand Down Expand Up @@ -45,7 +45,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: "3.12"
python-version: "3.11"
- name: Install package
run: |
python -m pip install --upgrade pip
Expand Down

0 comments on commit ff9a2b0

Please sign in to comment.