Skip to content

Commit 8d5822a

Browse files
authored
Remove Python 3.11 support for Ubuntu 20.04
Removed support for Python 3.11 on Ubuntu 20.04 in the workflow.
1 parent ac7797a commit 8d5822a

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

.github/workflows/publish.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,6 @@ jobs:
6666
- { os: ubuntu-latest, python: "3.13" }
6767
- { os: ubuntu-22.04, python: "3.11" }
6868
- { os: ubuntu-22.04, python: "3.12" }
69-
- { os: ubuntu-20.04, python: "3.11" }
7069
runs-on: ${{ matrix.os }}
7170
steps:
7271
- name: Download artifacts

0 commit comments

Comments
 (0)