Skip to content

Commit ad428db

Browse files
committed
Fix CI now when we updated to Fedora 41
1 parent 807f278 commit ad428db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
tox_env: ${{ matrix.tox_env }}
2121
strategy:
2222
matrix:
23-
tox_env: [py27, py36, py38, py39, py310, py311, py312, py313, py314, pypy2, pypy3]
23+
tox_env: [py36, py39, py310, py311, py312, py313, py314, pypy2, pypy3]
2424

2525
# Use GitHub's Linux Docker host
2626
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)