We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 613f389 commit 3e3b97aCopy full SHA for 3e3b97a
.github/workflows/python-package.yml
@@ -26,7 +26,7 @@ jobs:
26
runs-on: ubuntu-latest # It switched to 22.04 shortly after 2022-Nov-8
27
strategy:
28
matrix:
29
- python-version: [2.7, 3.7, 3.8, 3.9, "3.10", "3.11", "3.12-dev"]
+ python-version: [3.7, 3.8, 3.9, "3.10", "3.11", "3.12-dev"]
30
31
steps:
32
- uses: actions/checkout@v2
0 commit comments