Skip to content

Commit

Permalink
Updating to 3.9 and mypy 0.800
Browse files Browse the repository at this point in the history
  • Loading branch information
arnimarj committed Jan 22, 2021
1 parent 1fa03a7 commit 0e5feb8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ python:
- "3.6"
- "3.7"
- "3.8"
- "3.9"
install:
- pip install --upgrade -e .[test]
- pip install coveralls
Expand Down
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ All notable changes to this project will be documented in this file.
0.2.9 (unreleased)
------------------

- Nothing changed yet.
- Upgrade to Mypy-0.800
- Add support for Python 3.9.


0.2.8 (2020-10-09)
Expand Down
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
description="Plugin for mypy to support zope interfaces",
packages=["mypy_zope", "zope-stubs"],
package_dir={"": "src"},
install_requires=["mypy==0.790", "zope.interface", "zope.schema"],
install_requires=["mypy==0.800", "zope.interface", "zope.schema"],
extras_require={"test": ["pytest>=4.6", "pytest-cov", "lxml"]},
classifiers=[
"Development Status :: 3 - Alpha",
Expand All @@ -30,6 +30,7 @@
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
"Topic :: Software Development",
Expand Down

0 comments on commit 0e5feb8

Please sign in to comment.