| 
17 | 17 |           #          - { python: "3.13", os: "ubuntu-latest", session: "mypy" }  | 
18 | 18 |           #          - { python: "3.12", os: "ubuntu-latest", session: "mypy" }  | 
19 | 19 |           #          - { python: "3.11", os: "ubuntu-latest", session: "mypy" }  | 
 | 20 | +          #          - { python: "3.10", os: "ubuntu-latest", session: "mypy" }  | 
20 | 21 |           - { python: "3.13", os: "ubuntu-latest", session: "tests" }  | 
21 | 22 |           - { python: "3.12", os: "ubuntu-latest", session: "tests" }  | 
22 | 23 |           - { python: "3.11", os: "ubuntu-latest", session: "tests" }  | 
 | 24 | +          - { python: "3.10", os: "ubuntu-latest", session: "tests" }  | 
23 | 25 |           - { python: "3.13", os: "windows-latest", session: "tests" }  | 
24 | 26 |           - { python: "3.13", os: "macos-latest", session: "tests" }  | 
25 | 27 |           #          - { python: "3.13", os: "ubuntu-latest", session: "typeguard" }  | 
@@ -108,18 +110,8 @@ jobs:  | 
108 | 110 |       - name: Install the pinned version of uv  | 
109 | 111 |         uses: astral-sh/setup-uv@v5  | 
110 | 112 |         with:  | 
111 |  | -          python-version: "3.13"  | 
112 |  | - | 
113 |  | -      - name: Upgrade pip  | 
114 |  | -        run: |  | 
115 |  | -          pip install -c ${{ github.workspace }}/.github/workflows/constraints.txt pip  | 
116 |  | -          pip --version  | 
117 |  | -
  | 
118 |  | -      - name: Install Poetry  | 
119 |  | -        run: |  | 
120 |  | -          pipx install --pip-args="-c ${{ github.workspace }}/.github/workflows/constraints-poetry.txt" poetry  | 
121 |  | -          pipx inject poetry poetry-plugin-export  | 
122 |  | -          poetry --version  | 
 | 113 | +          python-version: 3.13  | 
 | 114 | +          pyproject-file: "${{ github.workspace }}/pyproject.toml"  | 
123 | 115 | 
 
  | 
124 | 116 |       - name: Install Nox  | 
125 | 117 |         run: |  | 
 | 
0 commit comments