Drop EOL Ubuntu 20.04 from Linux wheel builds

This commit is contained in:
Scott Talbert
2025-10-29 10:46:11 -04:00
parent dc58b346d1
commit 62797ebdad

View File

@@ -60,7 +60,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ ubuntu-20.04, ubuntu-22.04, ubuntu-24.04 ]
os: [ ubuntu-22.04, ubuntu-24.04 ]
python-version: [ '3.9', '3.10', '3.11', '3.12', '3.13', '3.14' ]
architecture: [ 'x64' ]