Skip to content

Commit

Permalink
CI: Run tests on 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
ketiltrout committed Jul 30, 2024
1 parent e5c3838 commit 5e03e92
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 @@ -14,10 +14,10 @@ jobs:
steps:
- uses: actions/checkout@v2

- name: Set up Python 3.11
- name: Set up Python 3.12
uses: actions/setup-python@v1
with:
python-version: "3.11"
python-version: "3.12"

- name: Install pip dependencies
run: |
Expand All @@ -35,7 +35,7 @@ jobs:

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

runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 5e03e92

Please sign in to comment.