Skip to content

Commit

Permalink
Enable CI on Python 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
Kwpolska committed Jan 2, 2024
1 parent 970b022 commit 425a40a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python: ['3.7', '3.8', '3.9', '3.10', '3.11']
python: ['3.7', '3.8', '3.9', '3.10', '3.11', '3.12']
image:
- ubuntu-latest
include:
Expand Down Expand Up @@ -84,7 +84,7 @@ jobs:
strategy:
matrix:
python:
- '3.11'
- '3.12'
runs-on: ubuntu-latest
steps:
- name: Check out code
Expand All @@ -111,7 +111,7 @@ jobs:
strategy:
matrix:
python:
- '3.11'
- '3.12'
runs-on: ubuntu-latest
steps:
- name: Check out code
Expand Down

0 comments on commit 425a40a

Please sign in to comment.