Skip to content

Commit

Permalink
test Python 3.12 beta
Browse files Browse the repository at this point in the history
  • Loading branch information
mvorisek committed Aug 18, 2023
1 parent 7bf97cb commit 41f69c0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python: ['3.7', '3.8', '3.9', '3.10', 'latest']
python: ['3.7', '3.8', '3.9', '3.10', '3.11', '3.12', 'latest']
fail-fast: false

permissions:
Expand All @@ -24,6 +24,7 @@ jobs:
- uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python && '3.11' || matrix.python }}
allow-prereleases: true

- name: Install tools
run: |
Expand Down

0 comments on commit 41f69c0

Please sign in to comment.