Skip to content

Commit

Permalink
Add Python 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
Dreamsorcerer committed Oct 2, 2023
1 parent 0d9a302 commit e48d5aa
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 @@ -50,7 +50,7 @@ jobs:
name: Test
strategy:
matrix:
pyver: ['3.9', '3.10', '3.11']
pyver: ['3.9', '3.10', '3.11', '3.12']
include:
- pyver: pypy-3.9
runs-on: ubuntu-latest
Expand All @@ -61,6 +61,7 @@ jobs:
- name: Setup Python ${{ matrix.pyver }}
uses: actions/setup-python@v4
with:
allow-prereleases: true
python-version: ${{ matrix.pyver }}
cache: 'pip'
cache-dependency-path: '**/requirements*.txt'
Expand Down

0 comments on commit e48d5aa

Please sign in to comment.