Skip to content

Commit 95f4891

Browse files
committed
Update the deploy script tests
1 parent e8a908b commit 95f4891

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/python-package.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ jobs:
1717
runs-on: ubuntu-20.04
1818
strategy:
1919
fail-fast: false
20-
max-parallel: 6
20+
max-parallel: 7
2121
matrix:
22-
python-version: ["2.7", "3.6", "3.7", "3.8", "3.9", "3.10"]
22+
python-version: ["2.7", "3.6", "3.7", "3.8", "3.9", "3.10", "3.11"]
2323

2424
steps:
2525
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)