Skip to content

Commit 08d48dc

Browse files
authored
Update CI workflow to use Ubuntu 24.04 and Python 3.14 stable
1 parent b72a7b1 commit 08d48dc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
run: mypy --strict certifi
2323

2424
test:
25-
runs-on: ubuntu-22.04
25+
runs-on: ubuntu-24.04
2626
strategy:
2727
matrix:
2828
python-version:
@@ -33,7 +33,7 @@ jobs:
3333
- "3.11"
3434
- "3.12"
3535
- "3.13"
36-
- "3.14-dev"
36+
- "3.14"
3737
steps:
3838
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
3939
- name: Set up Python ${{ matrix.python-version }}

0 commit comments

Comments
 (0)