Skip to content

Commit

Permalink
Update Python versions for testing workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Limych committed Feb 26, 2024
1 parent fd8afc1 commit f6cb1ac
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/py-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,11 +67,11 @@ jobs:
strategy:
max-parallel: 3
matrix:
python-version: ['3.10', '3.11']
python-version: ['3.11', '3.12']
experimental: [false]
include:
- python-version: '3.12'
experimental: true
# include:
# - python-version: '3.12'
# experimental: true
steps:
- name: "Checkout code"
uses: actions/checkout@v4
Expand Down

0 comments on commit f6cb1ac

Please sign in to comment.