We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b72a7b1 commit 08d48dcCopy full SHA for 08d48dc
1 file changed
.github/workflows/ci.yml
@@ -22,7 +22,7 @@ jobs:
22
run: mypy --strict certifi
23
24
test:
25
- runs-on: ubuntu-22.04
+ runs-on: ubuntu-24.04
26
strategy:
27
matrix:
28
python-version:
@@ -33,7 +33,7 @@ jobs:
33
- "3.11"
34
- "3.12"
35
- "3.13"
36
- - "3.14-dev"
+ - "3.14"
37
steps:
38
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
39
- name: Set up Python ${{ matrix.python-version }}
0 commit comments