Skip to content

Commit

Permalink
Add Python 3.11 and 3.12 tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ppinchuk committed Nov 2, 2023
1 parent cf1be91 commit 89b530a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/pull_request_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,12 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
python-version: ['3.10']
python-version: [3.12]
include:
- os: ubuntu-latest
python-version: 3.11
- os: ubuntu-latest
python-version: '3.10'
- os: ubuntu-latest
python-version: 3.9
- os: ubuntu-latest
Expand Down

0 comments on commit 89b530a

Please sign in to comment.