Drop Python 3.8 too

(cherry picked from commit a8cdc5a191bdf1fe401e96c2dc9a5fba39b90d79)
This commit is contained in:
James R. Barlow
2023-09-21 00:05:39 -07:00
parent 35a1eaf62a
commit ec1c377532
6 changed files with 26 additions and 50 deletions
-4
View File
@@ -22,8 +22,6 @@ jobs:
strategy:
matrix:
include:
- os: ubuntu-20.04
python: "3.8"
- os: ubuntu-20.04
python: "3.9"
- os: ubuntu-20.04
@@ -34,8 +32,6 @@ jobs:
python: "3.10"
- os: ubuntu-latest
python: "3.11"
# - os: ubuntu-latest
# python: "pypy3.8"
#- os: ubuntu-latest
# python: "pypy3.9"
- os: ubuntu-latest