Skip to content

Commit

Permalink
buildcheck: 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 the GitHub actions test to use 3.10 so that it does not fail.
  • Loading branch information
Gunnar Andersson committed Jun 16, 2022
1 parent b7aa26f commit 2635ca8
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit 2635ca8

Please sign in to comment.