Skip to content

Commit

Permalink
Merge pull request #119 from pmisik/p3_12_13
Browse files Browse the repository at this point in the history
Add supoort for Python 3.12 & 3.13 and update mypy dependancy
  • Loading branch information
kedder authored Oct 10, 2024
2 parents d40f3e4 + e56d34f commit 9c9da7a
Show file tree
Hide file tree
Showing 2 changed files with 4 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.8', '3.9', '3.10', '3.11']
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12', '3.13']

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

0 comments on commit 9c9da7a

Please sign in to comment.