Skip to content

Commit

Permalink
automon: require python '>=3.10'
Browse files Browse the repository at this point in the history
  • Loading branch information
naisanzaa committed Apr 3, 2024
1 parent de8ca3d commit 57bb53c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ Github issues and feature requests welcomed.

#### Requires

- python >= 3.8
- python >= 3.10

_Note: install requirements.txt to use all integrations_

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
],
python_requires='>=3.7',
python_requires='>=3.10',
install_requires=[]
)

0 comments on commit 57bb53c

Please sign in to comment.