Skip to content

Commit

Permalink
Lock Python 3.9 for publish workflow
Browse files Browse the repository at this point in the history
Most likely the last one supporting this very old PyTest (kept till Python 2 get ripped out)
  • Loading branch information
pndurette committed Mar 15, 2022
1 parent 80f3d76 commit d57db26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ['3.x']
python-version: ['3.9']

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit d57db26

Please sign in to comment.