File tree Expand file tree Collapse file tree 4 files changed +5
-7
lines changed
Expand file tree Collapse file tree 4 files changed +5
-7
lines changed Original file line number Diff line number Diff line change @@ -10,10 +10,10 @@ jobs:
1010 environment : deploy
1111 steps :
1212 - uses : actions/checkout@v2
13- - name : Set up Python 3.6
13+ - name : Set up Python 3.7
1414 uses : actions/setup-python@v2
1515 with :
16- python-version : 3.6
16+ python-version : 3.7
1717 - name : Package RepoBee
1818 run : |
1919 python -m pip install --upgrade pip wheel
Original file line number Diff line number Diff line change 1717 strategy :
1818 matrix :
1919 os : [ubuntu-latest, macos-latest]
20- python-version : [3.6, 3. 7, 3.8, 3.9]
20+ python-version : [3.7, 3.8, 3.9]
2121 exclude :
2222 - os : macos-latest
2323 python-version : 3.7
Original file line number Diff line number Diff line change 22[ ![ Build Status] ( https://github.com/repobee/repobee-feedback/actions/workflows/tests.yml/badge.svg )] ( https://github.com/repobee/repobee-feedback/actions/workflows/tests.yml )
33[ ![ Code Coverage] ( https://codecov.io/gh/repobee/repobee-feedback/branch/master/graph/badge.svg )] ( https://codecov.io/gh/repobee/repobee-feedback )
44[ ![ PyPi Version] ( https://badge.fury.io/py/repobee-feedback.svg )] ( https://badge.fury.io/py/repobee-feedback )
5- ![ Supported Python Versions] ( https://img.shields.io/badge/python-3.6%7C3. 7%7C3.8-blue )
5+ ![ Supported Python Versions] ( https://img.shields.io/badge/python-3.7%7C3.8-blue )
66![ Supported Platforms] ( https://img.shields.io/badge/platforms-Linux%2C%20macOS-blue.svg )
77[ ![ License] ( https://img.shields.io/badge/license-MIT-blue.svg )] ( LICENSE )
88[ ![ Code Style: Black] ( https://img.shields.io/badge/code%20style-black-000000.svg )] ( https://github.com/psf/black )
Original file line number Diff line number Diff line change 4242 extras_require = dict (TEST = test_requirements ),
4343 include_package_data = True ,
4444 zip_safe = False ,
45- python_requires = ">=3.6 " ,
45+ python_requires = ">=3.7 " ,
4646 classifiers = [
4747 "Development Status :: 3 - Alpha" ,
4848 "Intended Audience :: Education" ,
49- "Programming Language :: Python :: 3.5" ,
50- "Programming Language :: Python :: 3.6" ,
5149 "Programming Language :: Python :: 3.7" ,
5250 "Programming Language :: Python :: 3.8" ,
5351 "Programming Language :: Python :: Implementation :: CPython" ,
You can’t perform that action at this time.
0 commit comments