Skip to content

Commit 6eca242

Browse files
authored
Changes for CI tests (#110)
1 parent df53e0b commit 6eca242

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ jobs:
77
strategy:
88
matrix:
99
include:
10-
- python-version: '3.12'
11-
toxenv: 'py312'
10+
- python-version: '3.13'
11+
toxenv: 'py313'
1212
steps:
1313
- uses: actions/checkout@v4
1414
- name: Set up Python ${{ matrix.python-version }}
@@ -65,7 +65,7 @@ jobs:
6565
runs-on: windows-latest
6666
strategy:
6767
matrix:
68-
python-version: ['3.12']
68+
python-version: ['3.13']
6969
architecture: ['x86', 'x64']
7070
steps:
7171
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)