Skip to content

Commit 0651842

Browse files
committed
remove python 3.11 from workflow
1 parent 6e8d2e8 commit 0651842

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-test-package-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
fail-fast: false
2424
matrix:
2525
os: [macos-latest, ubuntu-latest, windows-latest]
26-
python-version: ["3.8", "3.9", "3.10", "3.11.0-alpha - 3.11.0"]
26+
python-version: ["3.8", "3.9", "3.10"]
2727

2828
steps:
2929
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)