Skip to content

Commit

Permalink
python 3.10 instead of 3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pauleve committed Jun 7, 2023
1 parent 945c9bf commit 9be563e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.9, 3.10, 3.11]
python-version: [3.9, '3.10', 3.11]
steps:
- uses: actions/checkout@v3
- run: sed -i "s:9999:${VERSION//*v/}:" setup.* conda/meta.yaml
Expand All @@ -33,7 +33,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.9, 3.10, 3.11]
python-version: [3.9, '3.10', 3.11]
steps:
- uses: actions/checkout@v3
- run: sed -i "s:9999:${VERSION//*v/}:" setup.* conda/meta.yaml
Expand Down

0 comments on commit 9be563e

Please sign in to comment.