Skip to content

Commit

Permalink
Try to enable python 3.11 and 3.12 in github action
Browse files Browse the repository at this point in the history
  • Loading branch information
yarikoptic committed Oct 18, 2023
1 parent ce4a9a0 commit e6d5ae0
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,8 @@ jobs:
matrix:
python:
- '3.10'
# 3.11 needs more work
#- '3.11'
#- '3.12'
- '3.11'
- '3.12'
steps:
- name: Configure environment
run: |
Expand Down

0 comments on commit e6d5ae0

Please sign in to comment.