Skip to content

Commit 60a49bb

Browse files
authored
Update deploy-pre-release.yml, only release 3.10 at the moment
1 parent ca8628d commit 60a49bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-pre-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
strategy:
2121
fail-fast: false
2222
matrix:
23-
python-version: [ '3.8', '3.9', '3.10' ] # 3.11+ not supported
23+
python-version: [ '3.10' ] # 3.11+ not supported, only release 3.10 at the moment
2424
steps:
2525
- run: echo "🎉 The job was automatically triggered by a ${{ github.event_name }} event."
2626
- run: echo "🐧 This job is now running on a ${{ runner.os }} server hosted by GitHub!"

0 commit comments

Comments
 (0)