Skip to content

Commit

Permalink
Merge pull request #97 from Shoobx/semver
Browse files Browse the repository at this point in the history
Allow automatic mypy upgrades for mypy-1.0.x
  • Loading branch information
kedder committed Mar 24, 2023
2 parents 6945ee0 + 2748f5a commit 5106933
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ['3.7', '3.8', '3.9', '3.10']
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11']

steps:
- uses: actions/checkout@v2
Expand Down
3 changes: 2 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ classifiers =
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
License :: OSI Approved :: MIT License
Operating System :: OS Independent
Topic :: Software Development
Expand All @@ -27,7 +28,7 @@ packages =
zope-stubs
package_dir = =src
install_requires =
mypy==1.0.0
mypy>=1.0.0,<1.1.0
zope.interface
zope.schema
include_package_data = True
Expand Down

0 comments on commit 5106933

Please sign in to comment.