Skip to content

Commit f23fd0a

Browse files
authored
Add Python 3.13 to linting workflow
1 parent c17cafa commit f23fd0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-lint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ jobs:
1616
strategy:
1717
matrix:
1818
python-version:
19-
- '3.9'
2019
- '3.10'
2120
- '3.11'
2221
- '3.12'
22+
- '3.13'
2323

2424
steps:
2525
- name: Checkout code

0 commit comments

Comments
 (0)