Skip to content

Commit

Permalink
Update python support
Browse files Browse the repository at this point in the history
Support is now provided for 3.8 - 3.12
  • Loading branch information
dcbaker committed May 14, 2024
1 parent 42fe8a2 commit c0deed3
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.7, 3.8, 3.9]
python-version: [3.8, 3.9, 3.10, 3.11, 3.12]

steps:
- uses: actions/checkout@v2
Expand Down
3 changes: 3 additions & 0 deletions docs/source/changes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ next
- Drop support for python 2.x
- Drop enum34 requirement
- Drop use of six package
- Drop incorrect type annotations
- Drop support for python < 3.8
- Add support for Python 3.10, 3.11, 3.12

0.6.0
------
Expand Down
5 changes: 3 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,11 @@ classifiers =
Development Status :: 4 - Beta
License :: OSI Approved :: MIT License
Programming Language :: Python :: 3
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Programming Language :: Python :: 3.12
Intended Audience :: Developers

[options]
Expand Down

0 comments on commit c0deed3

Please sign in to comment.