Skip to content

Commit ad473f3

Browse files
authored
Merge pull request #584 from ably/add-python-3,13-tests
Add python 3.13 to `check.yml`
2 parents 658b5e9 + 26a1442 commit ad473f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
strategy:
1919
fail-fast: false
2020
matrix:
21-
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11', '3.12']
21+
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11', '3.12', '3.13']
2222
steps:
2323
- uses: actions/checkout@v2
2424
with:

0 commit comments

Comments
 (0)