Skip to content

Commit

Permalink
remove version 3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
VigneshVSV committed Sep 9, 2024
1 parent 16569e2 commit d03301c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

strategy:
matrix:
python-version: [3.11, 3.12, 3.13]
python-version: [3.11, 3.12]

steps:
- name: Checkout code
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"Topic :: System :: Hardware",
"Development Status :: 4 - Beta"
],
python_requires='>=3.7',
python_requires='>=3.11',
install_requires=[
"argon2-cffi>=23.0.0",
"ifaddr>=0.2.0",
Expand Down

0 comments on commit d03301c

Please sign in to comment.