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 f8dbb3d commit 42680f1Copy full SHA for 42680f1
.github/workflows/build-test-release.yml
@@ -31,7 +31,7 @@ jobs:
31
- uses: actions/checkout@v5
32
- uses: actions/setup-python@v5
33
with:
34
- python-version: "3.12"
+ python-version: "3.13"
35
- uses: pre-commit/[email protected]
36
37
test-unit:
@@ -76,7 +76,7 @@ jobs:
76
persist-credentials: false
77
78
79
- python-version: "3.9"
80
- run: |
81
curl -sSL https://install.python-poetry.org | python3 - --version 2.1.4
82
poetry install
0 commit comments