Skip to content

Commit 67861e7

Browse files
author
Joao Felipe Rocha
committed
Added python 3.12,3.13 to tests
1 parent 25c7488 commit 67861e7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/run_tests.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
fail-fast: false
2222
matrix:
2323
config:
24-
- {name: 'current', os: ubuntu-latest, python: '3.8' }
24+
- {name: 'current', os: ubuntu-latest, python: '3.9' }
2525

2626
steps:
2727
- uses: actions/checkout@v4
@@ -54,6 +54,8 @@ jobs:
5454
fail-fast: false
5555
matrix:
5656
config:
57+
- {name: '3.13', os: ubuntu-latest, python: '3.13' }
58+
- {name: '3.12', os: ubuntu-latest, python: '3.12' }
5759
- {name: '3.11', os: ubuntu-latest, python: '3.11' }
5860
- {name: '3.10', os: ubuntu-latest, python: '3.10' }
5961
- {name: '3.9', os: ubuntu-latest, python: '3.9' }

0 commit comments

Comments
 (0)