Skip to content

Commit

Permalink
Test with Python 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
danyeaw committed Jul 3, 2023
1 parent 24ee9e1 commit 9b7f33e
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 @@ -33,7 +33,7 @@ jobs:
name: Test with Python ${{ matrix.python-version }}
strategy:
matrix:
python-version: ['3.8', '3.9', '3.10', '3.11']
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12']
runs-on: windows-latest
timeout-minutes: 60
if: "!contains(github.event.head_commit.message, 'skip ci')"
Expand All @@ -46,6 +46,7 @@ jobs:
uses: actions/setup-python@v4.6.1
with:
python-version: ${{ matrix.python-version }}
allow-prereleases: true
- name: Use Python Dependency Cache
uses: actions/cache@v3.3.1
with:
Expand Down

0 comments on commit 9b7f33e

Please sign in to comment.