mirror of
https://github.com/dcarrillo/digaws.git
synced 2024-11-14 17:01:12 +00:00
Drop support for python 3.7
This commit is contained in:
parent
e2f0f4f63c
commit
d1d01b242c
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@ -14,7 +14,7 @@ jobs:
|
||||
strategy:
|
||||
matrix:
|
||||
os: [ubuntu-latest, macos-latest, windows-latest]
|
||||
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"]
|
||||
python-version: ["3.8", "3.9", "3.10", "3.11"]
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
||||
|
@ -9,7 +9,7 @@ a cached version until a new version is published.
|
||||
|
||||
## Requirements
|
||||
|
||||
Python >= 3.7
|
||||
Python >= 3.8
|
||||
|
||||
Tests are verified on Linux, macos and Windows.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user