mirror of
https://github.com/dcarrillo/digaws.git
synced 2024-12-22 10:37:59 +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:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
os: [ubuntu-latest, macos-latest, windows-latest]
|
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:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
|
||||||
|
@ -9,7 +9,7 @@ a cached version until a new version is published.
|
|||||||
|
|
||||||
## Requirements
|
## Requirements
|
||||||
|
|
||||||
Python >= 3.7
|
Python >= 3.8
|
||||||
|
|
||||||
Tests are verified on Linux, macos and Windows.
|
Tests are verified on Linux, macos and Windows.
|
||||||
|
|
||||||
|
2
setup.py
2
setup.py
@ -25,7 +25,7 @@ setup(
|
|||||||
'License :: OSI Approved :: Apache Software License',
|
'License :: OSI Approved :: Apache Software License',
|
||||||
'Operating System :: OS Independent',
|
'Operating System :: OS Independent',
|
||||||
],
|
],
|
||||||
python_requires='>=3.7',
|
python_requires='>=3.8',
|
||||||
entry_points={
|
entry_points={
|
||||||
'console_scripts': ['digaws=digaws.digaws:main']
|
'console_scripts': ['digaws=digaws.digaws:main']
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user