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 6c916df commit bcdea23Copy full SHA for bcdea23
.github/workflows/main.yml
@@ -29,7 +29,7 @@ jobs:
29
strategy:
30
max-parallel: 4
31
matrix:
32
- python-version: ["3.9", "3.10", "3.11"]
+ python-version: ["3.11", "3.12"]
33
34
steps:
35
- name: Checkout code
.github/workflows/pypi-release.yml
@@ -28,7 +28,7 @@ jobs:
28
- name: Set up Python
uses: actions/setup-python@v1
with:
- python-version: 3.9
+ python-version: 3.12
- name: Install pypa/build
run: python -m pip install build --user
0 commit comments