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 0ea5751 commit 97c5727Copy full SHA for 97c5727
.github/workflows/build.yaml
@@ -27,15 +27,15 @@ on:
27
- cron: '4 6 * * *'
28
29
env:
30
- POETRY_VERSION: '1.8.3'
+ POETRY_VERSION: '1.8.5'
31
32
jobs:
33
build:
34
runs-on: ubuntu-latest
35
strategy:
36
matrix:
37
python-version:
38
- - '3.12'
+ - '3.13'
39
steps:
40
- name: Checkout
41
uses: actions/checkout@v4
.github/workflows/publish.yaml
@@ -25,7 +25,7 @@ on:
25
- '**'
26
build-and-publish:
@@ -40,7 +40,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v5
42
with:
43
- python-version: '3.12'
+ python-version: '3.13'
44
- name: Install dependencies
45
run: |
46
python -m pip install --upgrade pip
0 commit comments