Skip to content

Commit

Permalink
Add environment marker to tell dataclasses to accept Python >= 3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
sondrelg committed May 24, 2021
1 parent 8b4acc9 commit 78f05a6
Show file tree
Hide file tree
Showing 3 changed files with 96 additions and 95 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pythonpackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
strategy:
matrix:
os: [windows-latest, ubuntu-latest, macos-latest]
python-version: ["3.6", "3.7", "3.8", "3.9", "3.10.0-alpha.4"]
python-version: ["3.6", "3.7", "3.8", "3.9"] # "3.10.0-alpha.4"
defaults:
run:
shell: bash
Expand Down
Loading

0 comments on commit 78f05a6

Please sign in to comment.