Skip to content

Commit 7c169b0

Browse files
committed
Add python 3.12 tests
1 parent e1c442a commit 7c169b0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test-src.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616
strategy:
1717
matrix:
18-
python-version: ["3.9", "3.10", "3.11"]
18+
python-version: ["3.9", "3.10", "3.11", "3.12"]
1919
steps:
2020
- uses: actions/checkout@v4
2121
- name: Use Python ${{ matrix.python-version }}
@@ -33,7 +33,7 @@ jobs:
3333
- name: Use Latest Python
3434
uses: actions/setup-python@v5
3535
with:
36-
python-version: "3.11"
36+
python-version: "3.x"
3737
- name: Install Python Dependencies
3838
run: pip install -r requirements/test-run.txt
3939
- name: Run Tests

0 commit comments

Comments
 (0)