Skip to content

Commit ff5d141

Browse files
committed
CI: Use Python 3.13
1 parent 2853f00 commit ff5d141

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name: Tests
33

44
on:
5-
pull_request: ~
5+
pull_request:
66
push:
77
branches: [ main ]
88

@@ -23,7 +23,7 @@ jobs:
2323
fail-fast: false
2424
matrix:
2525
os: ["ubuntu-latest"]
26-
python-version: ["3.9", "3.12"]
26+
python-version: ["3.9", "3.13"]
2727

2828
env:
2929
OS: ${{ matrix.os }}

0 commit comments

Comments
 (0)