Skip to content

Commit 525f8d3

Browse files
committed
Add Python 3.13 to tests in workflow
Signed-off-by: Julio Faracco <jcfaracco@gmail.com>
1 parent 8d3f04c commit 525f8d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ jobs:
9595
strategy:
9696
matrix:
9797
# Run for Python 3.8 only for now
98-
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12']
98+
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12', '3.13']
9999
os: [ubuntu-latest]
100100
runs-on: ${{ matrix.os }}
101101
environment: continuous_test

0 commit comments

Comments
 (0)