We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 617294b commit 5292b8dCopy full SHA for 5292b8d
.github/workflows/mypy_primer.yml
@@ -26,7 +26,7 @@ jobs:
26
fetch-depth: 0
27
- uses: actions/setup-python@v6
28
with:
29
- python-version: "3.12"
+ python-version: "3.14"
30
- name: Install dependencies
31
run: pip install git+https://github.com/hauntsaninja/mypy_primer.git
32
- name: Run mypy_primer
.github/workflows/test.yml
@@ -97,7 +97,7 @@ jobs:
97
- name: Set up Python 3.13
98
uses: actions/setup-python@v6
99
100
- python-version: 3.13
+ python-version: 3.14
101
102
103
run: uv sync --no-dev --group tests
0 commit comments