Skip to content

Commit

Permalink
remove support for 3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
tomislater committed Aug 27, 2022
1 parent 8029b52 commit 734bc4e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ python:
- '3.7'
- '3.8'
- '3.9'
- '3.10'
install:
- python setup.py install
- pip install coverage
Expand Down
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ def run_tests(self):
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
'Topic :: Software Development :: Libraries :: Python Modules',
],
include_package_data=True,
Expand Down

0 comments on commit 734bc4e

Please sign in to comment.