Skip to content

Commit 91c4113

Browse files
committed
Python 3.13
1 parent 6da460b commit 91c4113

4 files changed

Lines changed: 14 additions & 1 deletion

File tree

.github/workflows/tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ jobs:
1616
- "3.10"
1717
- "3.11"
1818
- "3.12"
19+
- "3.13"
1920

2021
runs-on: ubuntu-latest
2122

README.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff 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

2630
Installation

changelog.txt

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,3 +64,11 @@
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

securid/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
from .token import Token
44

5-
__version__ = "0.9.6"
5+
__version__ = "0.9.7"
66

77
__all__ = ["Token"]

0 commit comments

Comments
 (0)