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 f4a80cb commit 0a040abCopy full SHA for 0a040ab
4 files changed
‎.github/actions/environment/action.yml‎
@@ -23,4 +23,4 @@ runs:
23
poetry config installer.modern-installation true
24
poetry config virtualenvs.create false
25
poetry check
26
- poetry install --compile
+ poetry install --compile --without example
‎.github/workflows/ci.yml‎
@@ -11,7 +11,7 @@ jobs:
11
ci:
12
strategy:
13
matrix:
14
- python-version: ["3.12"]
+ python-version: ["3.12", "3.13"]
15
16
name: Python ${{ matrix.python-version }}
17
runs-on: ubuntu-latest
0 commit comments