File tree Expand file tree Collapse file tree 2 files changed +5
-8
lines changed
Expand file tree Collapse file tree 2 files changed +5
-8
lines changed Original file line number Diff line number Diff line change 1212 strategy :
1313 matrix :
1414 include :
15- - tox-env : py37-extra
16- python-version : " 3.7"
1715 - tox-env : py38-extra
1816 python-version : " 3.8"
1917 - tox-env : py39-extra
@@ -36,23 +34,23 @@ jobs:
3634 run : |
3735 pip install flake8
3836 flake8 pywps
39- if : matrix.python-version == 3.7
37+ if : matrix.python-version == 3.8
4038 - name : Install tox 📦
4139 run : pip install "tox>=4.0"
4240 - name : Run tests with tox ⚙️
4341 run : tox -e ${{ matrix.tox-env }}
4442 - name : Run coveralls ⚙️
45- if : matrix.python-version == 3.7
43+ if : matrix.python-version == 3.8
4644 uses : AndreMiras/coveralls-python-action@develop
4745
4846 docs :
4947 runs-on : ubuntu-latest
5048 steps :
5149 - uses : actions/checkout@v3
5250 - uses : actions/setup-python@v4
53- name : Setup Python 3.7
51+ name : Setup Python 3.8
5452 with :
55- python-version : 3.7
53+ python-version : 3.8
5654 - name : Build docs 🏗️
5755 run : |
5856 pip install -e .[dev]
Original file line number Diff line number Diff line change 5151 "Operating System :: OS Independent" ,
5252 "Programming Language :: Python" ,
5353 "Programming Language :: Python :: 3" ,
54- "Programming Language :: Python :: 3.7" ,
5554 "Programming Language :: Python :: 3.8" ,
5655 "Programming Language :: Python :: 3.9" ,
5756 "Programming Language :: Python :: 3.10" ,
6261 "extras_require" : dict (
6362 dev = DEV_REQUIRES ,
6463 ),
65- "python_requires" : ">=3.7 ,<4" ,
64+ "python_requires" : ">=3.8 ,<4" ,
6665 "packages" : find_packages (exclude = ["docs" , "tests.*" , "tests" ]),
6766 "include_package_data" : True ,
6867 "scripts" : [],
You can’t perform that action at this time.
0 commit comments