Skip to content

Commit d4702d4

Browse files
committed
chore: test against python 3.12
1 parent 1da4a48 commit d4702d4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/e2e.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
strategy:
1111
matrix:
12-
python-version: [3.10.9, 3.11]
12+
python-version: [3.10.9, 3.11, 3.12]
1313
steps:
1414
- uses: actions/checkout@v2
1515
- name: Setup Python ${{ matrix.python-version }}

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
strategy:
1111
matrix:
12-
python-version: [3.10.9, 3.11]
12+
python-version: [3.10.9, 3.11, 3.12]
1313
steps:
1414
- uses: actions/checkout@v2
1515
- name: Setup Python ${{ matrix.python-version }}

0 commit comments

Comments
 (0)