Skip to content

Commit

Permalink
try again with Python 3.10 now that conda-forge updated packages
Browse files Browse the repository at this point in the history
  • Loading branch information
mstimberg committed Nov 9, 2021
1 parent 7e86a1f commit a6e8760
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/testsuite.yml
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
outputs:
min-python: ${{ steps.nep29.outputs.min-python }}
max-python: "3.9"
max-python: ${{ steps.nep29.outputs.max-python }}
steps:
- name: "calculate versions according to NEP29"
id: nep29
Expand Down

0 comments on commit a6e8760

Please sign in to comment.