Skip to content

Commit

Permalink
allow python 3.10.1 (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
jupe authored Dec 19, 2021
1 parent b4259c0 commit 2c17e5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
'nrf-sniffer-cli = SnifferAPI.cli:main'
]
},
python_requires='>=3.7, <=3.10',
python_requires='>=3.7, <=3.11',
install_requires=[
'pyserial>=3.4',
'psutil'
Expand Down

0 comments on commit 2c17e5e

Please sign in to comment.