We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca8628d commit 60a49bbCopy full SHA for 60a49bb
.github/workflows/deploy-pre-release.yml
@@ -20,7 +20,7 @@ jobs:
20
strategy:
21
fail-fast: false
22
matrix:
23
- 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
24
steps:
25
- run: echo "🎉 The job was automatically triggered by a ${{ github.event_name }} event."
26
- run: echo "🐧 This job is now running on a ${{ runner.os }} server hosted by GitHub!"
0 commit comments