Skip to content

Commit

Permalink
bump up to 3.8 (move-coop#1090)
Browse files Browse the repository at this point in the history
  • Loading branch information
IanRFerguson authored Jul 10, 2024
1 parent c368f23 commit 1aa192f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM --platform=linux/amd64 python:3.7
FROM --platform=linux/amd64 python:3.8

####################
## Selenium setup ##
Expand Down
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,14 +89,13 @@ def main():
classifiers=[
"Development Status :: 3 - Alpha",
"Intended Audience :: Developers",
"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",
],
python_requires=">=3.7.0,<3.13.0",
python_requires=">=3.8.0,<3.13.0",
long_description=long_description,
long_description_content_type="text/markdown",
)
Expand Down

0 comments on commit 1aa192f

Please sign in to comment.