Skip to content

Commit ec54e94

Browse files
committed
Add more python versions in tests
1 parent 05b3c21 commit ec54e94

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/python-app.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
runs-on: ubuntu-latest
1818
strategy:
1919
matrix:
20-
python-version: ['3.9', '3.10', '3.11']
20+
python-version: ['3.9', '3.10', '3.11', '3.12', '3.13']
2121
steps:
2222
- uses: actions/checkout@v4
2323
- name: Set up Python ${{ matrix.python-version }}

0 commit comments

Comments
 (0)