Skip to content

Commit

Permalink
🗓 Mar 16, 2024 11:08:26 AM
Browse files Browse the repository at this point in the history
🐙 pin to version 3.10
  • Loading branch information
securisec committed Mar 16, 2024
1 parent 1ce41fe commit ad25c45
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
3 changes: 3 additions & 0 deletions TODO
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ New ideas:
☐ ✨ aes cmac
☐ ✨ whitespace encoding https://www.dcode.fr/whitespace-language
beaufort
☐ register support in callstack
☐ extract phone numbers. r'^(?:\+\d{1,3}|0\d{1,3}|00\d{1,2})?(?:\s?\(\d+\))?(?:[-\/\s.]|\d)+(x\d+)?$'
☐ load csv data

Bug:

Expand Down
2 changes: 1 addition & 1 deletion chepy/__version__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__version__ = "6.6.0" # pragma: no cover
__version__ = "6.6.1" # pragma: no cover
__author__ = "@securisec" # pragma: no cover
5 changes: 2 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,8 @@ def read_requirements():
packages=find_packages(exclude=(["tests", "docs"])),
install_requires=requirements,
classifiers=[
"Programming Language :: Python :: 3.8",
# "Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
],
python_requires=">=3.10",
python_requires="3.10",
entry_points={"console_scripts": ["chepy = chepy.__main__:main"]},
)

0 comments on commit ad25c45

Please sign in to comment.