Skip to content

Commit

Permalink
bump python to 3.8+
Browse files Browse the repository at this point in the history
  • Loading branch information
branchvincent committed Apr 25, 2024
1 parent 68e39c1 commit b958b08
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11', '3.12']
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12']

steps:
- uses: actions/checkout@v4
Expand Down
1 change: 1 addition & 0 deletions agents/fake/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
author='Roman Zeyde',
author_email='dev@romanzey.de',
url='http://github.com/romanz/trezor-agent',
python_requires='>=3.8',
scripts=['fake_device_agent.py'],
install_requires=[
'libagent>=0.9.0',
Expand Down
1 change: 1 addition & 0 deletions agents/jade/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
author='Jamie C. Driver',
author_email='jamie@blockstream.com',
url='http://github.com/romanz/trezor-agent',
python_requires='>=3.8',
scripts=['jade_agent.py'],
install_requires=[
'libagent>=0.14.5',
Expand Down
1 change: 1 addition & 0 deletions agents/keepkey/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
author='Roman Zeyde',
author_email='dev@romanzey.de',
url='http://github.com/romanz/trezor-agent',
python_requires='>=3.8',
scripts=['keepkey_agent.py'],
install_requires=[
'libagent>=0.9.0',
Expand Down
1 change: 1 addition & 0 deletions agents/ledger/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
author='Roman Zeyde',
author_email='dev@romanzey.de',
url='http://github.com/romanz/trezor-agent',
python_requires='>=3.8',
scripts=['ledger_agent.py'],
install_requires=[
'libagent>=0.9.0',
Expand Down
1 change: 1 addition & 0 deletions agents/onlykey/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
author='CryptoTrust',
author_email='t@crp.to',
url='http://github.com/trustcrypto/onlykey-agent',
python_requires='>=3.8',
scripts=['onlykey_agent.py'],
install_requires=[
'libagent>=0.14.2',
Expand Down
1 change: 1 addition & 0 deletions agents/trezor/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
author='Roman Zeyde',
author_email='dev@romanzey.de',
url='http://github.com/romanz/trezor-agent',
python_requires='>=3.8',
scripts=['trezor_agent.py'],
install_requires=[
'libagent>=0.14.0',
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
author='Roman Zeyde',
author_email='dev@romanzey.de',
url='http://github.com/romanz/trezor-agent',
python_requires='>=3.8',
packages=[
'libagent',
'libagent.age',
Expand Down

0 comments on commit b958b08

Please sign in to comment.