mirror of
https://github.com/asciinema/asciinema.git
synced 2025-12-16 03:38:03 +01:00
Don't test on EOL-ed Python versions (3.4 and 3.5)
This commit is contained in:
2
.github/workflows/asciinema.yml
vendored
2
.github/workflows/asciinema.yml
vendored
@@ -28,7 +28,7 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
matrix:
|
||||
python: [3.4, 3.5, 3.6, 3.7, 3.8, 3.9]
|
||||
python: [3.6, 3.7, 3.8, 3.9]
|
||||
env:
|
||||
TERM: dumb
|
||||
steps:
|
||||
|
||||
Reference in New Issue
Block a user