Skip to content

Commit

Permalink
Updated CI integration to not use 3.12 (uses 3.11 instead)
Browse files Browse the repository at this point in the history
  • Loading branch information
sveinbjornt committed Jan 3, 2025
1 parent 3338573 commit 7250e0e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

strategy:
matrix:
python-version: ["3.9", "3.12", "pypy-3.10"]
python-version: ["3.9", "3.11", "pypy-3.10"]

steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -44,10 +44,10 @@ jobs:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- name: Set up Python 3.12
- name: Set up Python 3.11
uses: actions/setup-python@v5
with:
python-version: '3.12'
python-version: '3.11'
- name: Install dependencies
run: |
python -m pip install --upgrade pip wheel setuptools
Expand Down

0 comments on commit 7250e0e

Please sign in to comment.