Skip to content

Commit 95ae4b2

Browse files
authored
Update CI workflow to use Ubuntu 24.04 and Python 3.14 stable (#386)
* Update CI workflow to use Ubuntu 24.04 and Python 3.14 stable * Change CI runner from ubuntu-24.04 to ubuntu-22.04 * Update pytest command in CI workflow Remove warning suppression for pytest on Python 3.6.
1 parent b72a7b1 commit 95ae4b2

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
@@ -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 }}
@@ -46,4 +46,4 @@ jobs:
4646
python -m pip install pytest
4747
- name: Test with pytest
4848
run: |
49-
python -W error -W 'ignore:Running attrs on Python 3.6' -m pytest
49+
python -W error -m pytest

0 commit comments

Comments
 (0)