Skip to content

Commit

Permalink
Remove Python 3.5 support
Browse files Browse the repository at this point in the history
  • Loading branch information
ezramorris committed Mar 17, 2024
1 parent d3e219a commit 9eedc2b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/python-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ jobs:
- ubuntu-20.04 # 20.04 supports all supported Python versions.
- macos-latest
python-version:
- "3.5"
- "3.6"
- "3.7"
- "3.8"
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ classifiers =

[options]
py_modules = com0com
python_requires = >= 3.5
python_requires = >= 3.6

0 comments on commit 9eedc2b

Please sign in to comment.