Skip to content

Commit

Permalink
add an exception for windows-py310+
Browse files Browse the repository at this point in the history
  • Loading branch information
dennissergeev committed Apr 14, 2023
1 parent 3cc22c6 commit f9b005e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,9 @@ jobs:
exclude:
# excludes py3.10 on windows because of python-stratify
- os: windows-latest
python-version: ['3.10', '3.11']
python-version: '3.10'
- os: windows-latest
python-version: '3.11'

steps:
- name: Checkout source
Expand Down

0 comments on commit f9b005e

Please # to comment.