|
5 | 5 |
|
6 | 6 | jobs: |
7 | 7 | linux: |
8 | | - runs-on: ${{ matrix.PYTHON.OS || 'ubuntu-22.04' }} |
| 8 | + runs-on: ${{ matrix.PYTHON.OS || 'ubuntu-latest' }} |
9 | 9 | strategy: |
10 | 10 | fail-fast: false |
11 | 11 | matrix: |
12 | 12 | PYTHON: |
13 | 13 | # Base builds |
14 | | - - {VERSION: "3.7", NOXSESSION: "tests"} |
| 14 | + - {VERSION: "3.7", NOXSESSION: "tests", OS: "ubuntu-22.04"} |
15 | 15 | - {VERSION: "3.8", NOXSESSION: "tests"} |
16 | 16 | - {VERSION: "3.9", NOXSESSION: "tests"} |
17 | 17 | - {VERSION: "3.10", NOXSESSION: "tests"} |
18 | 18 | - {VERSION: "3.11", NOXSESSION: "tests"} |
19 | 19 | - {VERSION: "3.12", NOXSESSION: "tests"} |
20 | | - - {VERSION: "3.13-dev", NOXSESSION: "tests"} |
| 20 | + - {VERSION: "3.13", NOXSESSION: "tests"} |
| 21 | + - {VERSION: "3.14-dev", NOXSESSION: "tests"} |
21 | 22 | - {VERSION: "pypy-3.9", NOXSESSION: "tests"} |
22 | 23 | - {VERSION: "pypy-3.10", NOXSESSION: "tests"} |
23 | | - - {VERSION: "3.11", NOXSESSION: "tests-wheel", OS: "windows-2022"} |
| 24 | + - {VERSION: "3.11", NOXSESSION: "tests-wheel", OS: "windows-latest"} |
24 | 25 | # -cryptography-main |
25 | 26 | - {VERSION: "3.8", NOXSESSION: "tests-cryptography-main"} |
26 | 27 | - {VERSION: "3.9", NOXSESSION: "tests-cryptography-main"} |
27 | 28 | - {VERSION: "3.10", NOXSESSION: "tests-cryptography-main"} |
28 | 29 | - {VERSION: "3.11", NOXSESSION: "tests-cryptography-main"} |
29 | 30 | - {VERSION: "3.12", NOXSESSION: "tests-cryptography-main"} |
30 | | - - {VERSION: "3.13-dev", NOXSESSION: "tests-cryptography-main"} |
| 31 | + - {VERSION: "3.13", NOXSESSION: "tests-cryptography-main"} |
31 | 32 | - {VERSION: "pypy-3.9", NOXSESSION: "tests-cryptography-main"} |
32 | 33 | - {VERSION: "pypy-3.10", NOXSESSION: "tests-cryptography-main"} |
33 | 34 | # -cryptography-minimum |
34 | | - - {VERSION: "3.7", NOXSESSION: "tests-cryptography-minimum"} |
| 35 | + - {VERSION: "3.7", NOXSESSION: "tests-cryptography-minimum", OS: "ubuntu-22.04"} |
35 | 36 | - {VERSION: "3.8", NOXSESSION: "tests-cryptography-minimum"} |
36 | 37 | - {VERSION: "3.9", NOXSESSION: "tests-cryptography-minimum"} |
37 | 38 | - {VERSION: "3.10", NOXSESSION: "tests-cryptography-minimum"} |
38 | 39 | - {VERSION: "3.11", NOXSESSION: "tests-cryptography-minimum"} |
39 | 40 | - {VERSION: "3.12", NOXSESSION: "tests-cryptography-minimum"} |
40 | | - - {VERSION: "3.13-dev", NOXSESSION: "tests-cryptography-minimum"} |
| 41 | + - {VERSION: "3.13", NOXSESSION: "tests-cryptography-minimum"} |
41 | 42 | - {VERSION: "pypy-3.10", NOXSESSION: "tests-cryptography-minimum"} |
42 | 43 | # Cryptography wheels |
43 | 44 | - {VERSION: "3.9", NOXSESSION: "tests-cryptography-minimum-wheel"} |
|
0 commit comments