Skip to content

Commit 41323c0

Browse files
committed
bump dependencies
1 parent 479cf25 commit 41323c0

File tree

5 files changed

+1136
-779
lines changed

5 files changed

+1136
-779
lines changed

.github/workflows/tests.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ jobs:
1414
runs-on: ubuntu-latest
1515
steps:
1616
- uses: actions/checkout@v4
17-
- name: Set up Python 3.12
17+
- name: Set up Python 3.13
1818
uses: actions/setup-python@v5
1919
with:
20-
python-version: "3.12"
20+
python-version: "3.13"
2121
- name: Install dependencies
2222
run: |
2323
python -m pip install --upgrade pip
@@ -31,7 +31,7 @@ jobs:
3131
max-parallel: 4
3232
matrix:
3333
os: [ "ubuntu-latest", "macos-latest" ]
34-
python-version: ["3.10", "3.11", "3.12" ]
34+
python-version: ["3.12", "3.13" ]
3535
runs-on: ${{ matrix.os }}
3636
steps:
3737
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)