Skip to content

Commit

Permalink
📅 Commit Sun, 23 May 2021 18:25:39
Browse files Browse the repository at this point in the history
💥 breaking changes removing support for 3.7
  • Loading branch information
securisec committed May 23, 2021
1 parent b5fe9a7 commit 0034e14
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests_multi_os.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
max-parallel: 6
matrix:
os: [ubuntu-18.04, windows-latest, macOS-latest]
python-version: ["3.7", "3.8"]
python-version: ["3.8", "3.9"]

steps:
- uses: actions/checkout@v2.3.4
Expand Down
2 changes: 1 addition & 1 deletion chepy/chepy_plugins
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,9 @@ def read_requirements():
packages=find_packages(exclude=(["tests", "docs"])),
install_requires=requirements,
classifiers=[
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
],
python_requires=">=3.7",
python_requires=">=3.8",
entry_points={"console_scripts": ["chepy = chepy.__main__:main"]},
)

0 comments on commit 0034e14

Please sign in to comment.