|
12 | 12 | fail-fast: false |
13 | 13 | matrix: |
14 | 14 | include: |
15 | | - - { python: "3.10", os: "ubuntu-latest", session: "pre-commit" } |
16 | | - - { python: "3.10", os: "ubuntu-latest", session: "safety" } |
| 15 | + - { python: "3.11", os: "ubuntu-latest", session: "pre-commit" } |
| 16 | + - { python: "3.11", os: "ubuntu-latest", session: "safety" } |
17 | 17 | #- { python: "3.10", os: "ubuntu-latest", session: "mypy" } |
18 | 18 | #- { python: "3.9", os: "ubuntu-latest", session: "mypy" } |
19 | 19 | #- { python: "3.8", os: "ubuntu-latest", session: "mypy" } |
|
24 | 24 | - { python: "3.11", os: "ubuntu-latest", session: "tests" } |
25 | 25 | - { python: "3.10", os: "windows-latest", session: "tests" } |
26 | 26 | - { python: "3.10", os: "macos-latest", session: "tests" } |
27 | | - - { python: "3.10", os: "ubuntu-latest", session: "typeguard" } |
28 | | - - { python: "3.10", os: "ubuntu-latest", session: "xdoctest" } |
29 | | - - { python: "3.10", os: "ubuntu-latest", session: "docs-build" } |
| 27 | + #- { python: "3.11", os: "ubuntu-latest", session: "typeguard" } |
| 28 | + - { python: "3.11", os: "ubuntu-latest", session: "xdoctest" } |
| 29 | + - { python: "3.11", os: "ubuntu-latest", session: "docs-build" } |
30 | 30 |
|
31 | 31 | env: |
32 | 32 | NOXSESSION: ${{ matrix.session }} |
@@ -119,7 +119,7 @@ jobs: |
119 | 119 | - name: Set up Python |
120 | 120 | uses: actions/setup-python@v4.6.1 |
121 | 121 | with: |
122 | | - python-version: "3.10" |
| 122 | + python-version: "3.11" |
123 | 123 |
|
124 | 124 | - name: Upgrade pip |
125 | 125 | run: | |
|
0 commit comments