Skip to content

Commit

Permalink
Update deploy-pre-release.yml, only release 3.10 at the moment
Browse files Browse the repository at this point in the history
  • Loading branch information
kefeimo authored Nov 14, 2024
1 parent ca8628d commit 60a49bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-pre-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: [ '3.8', '3.9', '3.10' ] # 3.11+ not supported
python-version: [ '3.10' ] # 3.11+ not supported, only release 3.10 at the moment
steps:
- run: echo "🎉 The job was automatically triggered by a ${{ github.event_name }} event."
- run: echo "🐧 This job is now running on a ${{ runner.os }} server hosted by GitHub!"
Expand Down

0 comments on commit 60a49bb

Please sign in to comment.