Skip to content

Commit

Permalink
Require python 3.10
Browse files Browse the repository at this point in the history
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
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/buildcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v1
with:
python-version: 3.8
python-version: 3.10.5

- name: Install dependencies
run: |
Expand Down
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ pytest = ">=2.7.2"
[dev-packages]

[requires]
python_version = "3.8"
python_version = "3.10"

0 comments on commit ca999df

Please sign in to comment.