We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2377868 commit 9f42054Copy full SHA for 9f42054
.github/workflows/pypi_release.yaml
@@ -21,7 +21,7 @@ jobs:
21
# os: [ubuntu-latest, macos-latest, windows-latest]
22
os: [ubuntu-latest]
23
# python-version: ["3.9", "3.10", "3.11", "3.12"]
24
- python-version: ["3.11"]
+ python-version: ["3.12"]
25
outputs:
26
os: ${{ matrix.os }}
27
python-version: ${{ matrix.python-version }}
0 commit comments