-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The latest rewrite introduced language features from python 3.10 Adjust Pipfile and the GitHub actions test accordingly.
- Loading branch information
Gunnar Andersson
authored and
Gunnar Andersson
committed
Jun 20, 2022
1 parent
9c5681c
commit ca999df
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,4 +12,4 @@ pytest = ">=2.7.2" | |
[dev-packages] | ||
|
||
[requires] | ||
python_version = "3.8" | ||
python_version = "3.10" |