File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1616 - " 3.10"
1717 - " 3.11"
1818 - " 3.12"
19+ - " 3.13"
1920
2021 runs-on : ubuntu-latest
2122
Original file line number Diff line number Diff line change @@ -21,6 +21,10 @@ This project is not affiliated with or endorsed by RSA Security.
2121 :target: https://pypi.python.org/pypi/asecurid/
2222.. |Code style | image :: https://img.shields.io/badge/code%20style-black-000000.svg
2323 :target: https://github.com/psf/black
24+ .. |Imports: isort | image :: https://img.shields.io/badge/%20imports-isort-%231674b1?style=flat&labelColor=ef8336
25+ :target: https://pycqa.github.io/isort/
26+ .. |Known Vulnerabilities | image :: https://snyk.io/test/github/andreax79/python-securid/badge.svg
27+ :target: https://snyk.io/test/github/andreax79/python-cstruct
2428
2529
2630Installation
Original file line number Diff line number Diff line change 6464### Changed
6565
6666- pytest, setup.cfg
67+
68+ ## 0.9.7
69+
70+ 2024-01-17
71+
72+ ### Added
73+
74+ - Python 3.13 suport
Original file line number Diff line number Diff line change 22
33from .token import Token
44
5- __version__ = "0.9.6 "
5+ __version__ = "0.9.7 "
66
77__all__ = ["Token" ]
You can’t perform that action at this time.
0 commit comments