Add warning for python 2.7 on release/v3 (#674)

* add warning

* npm run format

* remove ubuntu-18.04
This commit is contained in:
Dmitry Shibanov 2023-05-30 15:00:26 +02:00 committed by GitHub
parent 48e4ac7062
commit 3542bca263
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 12 additions and 4 deletions

View file

@ -18,7 +18,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [macos-latest, windows-latest, ubuntu-18.04, ubuntu-latest]
os: [macos-latest, windows-latest, ubuntu-latest]
pypy:
- 'pypy-2.7'
- 'pypy-3.7'