Skip to content

Commit

Permalink
chore: support for python 3.6 and 3.7 dropped
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeWithEmad committed Feb 28, 2024
1 parent a0e8dff commit a0eed4f
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 7 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ jobs:
strategy:
matrix:
python-version:
- "3.6.15"
- "3.7"
- "3.8"
- "3.9"
- "3.10"
Expand Down
3 changes: 0 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,6 @@
"Intended Audience :: Developers",
"License :: OSI Approved :: MIT License",
"Natural Language :: English",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
Expand Down
2 changes: 0 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ python =
3.10: py310,flake8
3.9: py39,flake8
3.8: py38,flake8
3.7: py37,flake8
3.6: py36,flake8

[testenv:flake8]
skip_install = True
Expand Down

0 comments on commit a0eed4f

Please sign in to comment.