Skip to content

Commit f6617ad

Browse files
committed
Use Python 3.10.0 until packages have been fixed by maintainers
1 parent 3983747 commit f6617ad

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/tests.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,8 @@ jobs:
4141
- uses: actions/checkout@v2
4242

4343
- uses: actions/setup-python@v2.3.1
44+
with:
45+
python-version: "3.10.0"
4446

4547
- run: pip install -U setuptools==45
4648

0 commit comments

Comments
 (0)