@@ -24,29 +24,26 @@ jobs:
24
24
fail-fast : true
25
25
matrix :
26
26
config :
27
- - { python-version: "3.8", tox-env: security }
28
27
- { python-version: "3.9", tox-env: security }
29
28
- { python-version: "3.10", tox-env: security }
30
29
- { python-version: "3.11", tox-env: security }
31
30
- { python-version: "3.10", tox-env: lint }
32
31
# - { python-version: "3.10", tox-env: docs }
33
- - { python-version: "3.8", tox-env: type-checking }
34
32
- { python-version: "3.9", tox-env: type-checking }
35
33
- { python-version: "3.10", tox-env: type-checking }
36
34
- { python-version: "3.11", tox-env: type-checking }
37
- - { python-version: "3.8", tox-env: py38, max-attempts: 3 }
38
- - { python-version: "3.8", tox-env: py38-no-ext, max-attempts: 3 }
39
35
- { python-version: "3.9", tox-env: py39, max-attempts: 3 }
40
36
- { python-version: "3.9", tox-env: py39-no-ext, max-attempts: 3 }
41
37
- { python-version: "3.10", tox-env: py310, max-attempts: 3 }
42
38
- { python-version: "3.10", tox-env: py310-no-ext, max-attempts: 3 }
43
39
- { python-version: "3.11", tox-env: py311, max-attempts: 3 }
44
40
- { python-version: "3.12", tox-env: py312, max-attempts: 3 }
45
- - { python-version: "3.11", tox-env: py311-no-ext, max-attempts: 3 }
46
- - { python-version: "3.8", tox-env: py38-no-ext, platform: windows-latest, ignore-errors: true }
41
+ - { python-version: "3.12", tox-env: py312-no-ext, max-attempts: 3 }
42
+ - { python-version: "3.13", tox-env: py313, max-attempts: 3 }
43
+ - { python-version: "3.13", tox-env: py313-no-ext, max-attempts: 3 }
47
44
- { python-version: "3.9", tox-env: py39-no-ext, platform: windows-latest, ignore-errors: true }
48
45
- { python-version: "3.10", tox-env: py310-no-ext, platform: windows-latest, ignore-errors: true }
49
- - { python-version: "3.11", tox-env: py310 -no-ext, platform: windows-latest, ignore-errors: true }
46
+ - { python-version: "3.11", tox-env: py311 -no-ext, platform: windows-latest, ignore-errors: true }
50
47
steps :
51
48
- name : Run tests
52
49
uses : sanic-org/simple-tox-action@v1
0 commit comments