Skip to content

Commit

Permalink
Add Python 3.11 testing and support
Browse files Browse the repository at this point in the history
  • Loading branch information
ragibson committed Oct 28, 2022
1 parent 05fe0f0 commit 6d7cf82
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.8", "3.9", "3.10"]
python-version: ["3.8", "3.9", "3.10", "3.11"]

steps:
- uses: actions/checkout@v3
Expand Down
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

setup(
name='modularitypruning',
version='1.3.1',
version='1.3.2',
package_dir={'modularitypruning': 'utilities'},
packages=['modularitypruning'],
url='https://github.com/ragibson/ModularityPruning',
Expand All @@ -27,6 +27,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 :: Only',
'License :: OSI Approved :: MIT License'
],
Expand Down

0 comments on commit 6d7cf82

Please sign in to comment.