Skip to content

Commit 0a040ab

Browse files
authored
feat: 👷 Add Python 3.13 in CI
1 parent f4a80cb commit 0a040ab

4 files changed

Lines changed: 110 additions & 106 deletions

File tree

‎.github/actions/environment/action.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ runs:
2323
poetry config installer.modern-installation true
2424
poetry config virtualenvs.create false
2525
poetry check
26-
poetry install --compile
26+
poetry install --compile --without example

‎.github/workflows/ci.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
ci:
1212
strategy:
1313
matrix:
14-
python-version: ["3.12"]
14+
python-version: ["3.12", "3.13"]
1515

1616
name: Python ${{ matrix.python-version }}
1717
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)