Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update to python 3.10 #2

Merged
merged 2 commits into from
Mar 28, 2022
Merged

Update to python 3.10 #2

merged 2 commits into from
Mar 28, 2022

Conversation

elpablete
Copy link
Member

Just bump python versions in setup.py #1

@@ -46,11 +46,12 @@
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
],
keywords="python pagination",
package_dir={"": "src"},
packages=find_packages(where="src"), # Required
package_data={NAME: ["py.typed"]},
python_requires=">=3.7, <3.10",
install_requires=["SQLAlchemy", "pydantic"],
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this should also change to <=3.10

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Well I think it should work with 3.11 already, so maybe <=3.11?

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

OK!

@jdmoralesar jdmoralesar merged commit d501598 into enerBit:master Mar 28, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants