Skip to content

Commit d570c86

Browse files
authored
feat: add Python 3.13 to test versions
1 parent db44710 commit d570c86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ on:
1616
description: 'Python versions to test against'
1717
type: string
1818
# All Major versions of Python that are currently supported
19-
default: '3.9,3.10,3.11,3.12'
19+
default: '3.9,3.10,3.11,3.12,3.13'
2020
vendor:
2121
description: 'Whether to vendor the dependencies'
2222
type: string

0 commit comments

Comments
 (0)