mirror of
https://github.com/asciinema/asciinema.git
synced 2025-12-15 19:28:00 +01:00
[test] Drop support for Python 3.6; upgrade CentOS
PEP 563: _Postponed Evaluation of Annotations_ was introduced as __future__.annotations in Python 3.7. Since future imports are required to be unconditional, this import fails on Python 3.6. This import supports more complete type hinting, esepecially for class methods. Since Ubuntu 18.04 and CentOS 7 are the last major distros to still ship Python 3.6, drop support.
This commit is contained in:
1
.github/workflows/asciinema.yml
vendored
1
.github/workflows/asciinema.yml
vendored
@@ -33,7 +33,6 @@ jobs:
|
||||
strategy:
|
||||
matrix:
|
||||
python:
|
||||
- "3.6"
|
||||
- "3.7"
|
||||
- "3.8"
|
||||
- "3.9"
|
||||
|
||||
Reference in New Issue
Block a user