Skip to content

Commit

Permalink
Merge pull request #189 from pyauth/feature/minor-improvements
Browse files Browse the repository at this point in the history
ignore pycharm config, add py3.13 qualifier
  • Loading branch information
kislyuk authored Dec 20, 2024
2 parents c03bb37 + de51977 commit a71b7e6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
*.so
*.c
__pycache__

.idea/
/build
/dist/
/docs/_build
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ classifiers = [
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
"Topic :: Security :: Cryptography",
]
dependencies = [
Expand Down

0 comments on commit a71b7e6

Please sign in to comment.