Skip to content

Commit b8d0281

Browse files
committed
Update GitHub Action to Python 3.11a6
1 parent 63e1099 commit b8d0281

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
runs-on: ${{ matrix.os }}
2626
strategy:
2727
matrix:
28-
python-version: [2.7, 3.5, 3.6, 3.7, 3.8, 3.9, "3.10", "3.11.0-alpha.4"]
28+
python-version: [2.7, 3.5, 3.6, 3.7, 3.8, 3.9, "3.10", "3.11.0-alpha.6"]
2929
os: [ubuntu-latest, macos-latest]
3030
steps:
3131
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)