@@ -27,16 +27,21 @@ jobs:
27
27
- { python-version: "3.9", tox-env: security }
28
28
- { python-version: "3.10", tox-env: security }
29
29
- { python-version: "3.11", tox-env: security }
30
- - { python-version: "3.10", tox-env: lint }
30
+ - { python-version: "3.12", tox-env: security }
31
+ - { python-version: "3.13", tox-env: security }
32
+ - { python-version: "3.13", tox-env: lint }
31
33
# - { python-version: "3.10", tox-env: docs }
32
34
- { python-version: "3.9", tox-env: type-checking }
33
35
- { python-version: "3.10", tox-env: type-checking }
34
36
- { python-version: "3.11", tox-env: type-checking }
37
+ - { python-version: "3.12", tox-env: type-checking }
38
+ - { python-version: "3.13", tox-env: type-checking }
35
39
- { python-version: "3.9", tox-env: py39, max-attempts: 3 }
36
40
- { python-version: "3.9", tox-env: py39-no-ext, max-attempts: 3 }
37
41
- { python-version: "3.10", tox-env: py310, max-attempts: 3 }
38
42
- { python-version: "3.10", tox-env: py310-no-ext, max-attempts: 3 }
39
43
- { python-version: "3.11", tox-env: py311, max-attempts: 3 }
44
+ - { python-version: "3.11", tox-env: py311-no-ext, max-attempts: 3 }
40
45
- { python-version: "3.12", tox-env: py312, max-attempts: 3 }
41
46
- { python-version: "3.12", tox-env: py312-no-ext, max-attempts: 3 }
42
47
- { python-version: "3.13", tox-env: py313, max-attempts: 3 }
0 commit comments