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 / lock, and the GitHub actions test accordingly.
  • Loading branch information
Gunnar Andersson committed Jun 22, 2022
1 parent 41f48f8 commit 46ca42b
Show file tree
Hide file tree
Showing 3 changed files with 105 additions and 115 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"
216 changes: 103 additions & 113 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 46ca42b

Please sign in to comment.