Skip to content

Commit

Permalink
Merge pull request #1274 from spcl/py311
Browse files Browse the repository at this point in the history
Add support for Python 3.11
  • Loading branch information
tbennun committed Jun 11, 2023
2 parents 37b58bb + 87c2cf7 commit 7508d4a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/general-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.7,'3.10']
python-version: [3.7,'3.11']
simplify: [0,1,autoopt]

steps:
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"License :: OSI Approved :: BSD License",
"Operating System :: OS Independent",
],
python_requires='>=3.6, <3.11',
python_requires='>=3.6, <3.12',
packages=find_packages(exclude=["*.tests", "*.tests.*", "tests.*", "tests"]),
package_data={
'': [
Expand Down

0 comments on commit 7508d4a

Please sign in to comment.