Skip to content

Commit

Permalink
Drop Python 3.6 support
Browse files Browse the repository at this point in the history
  • Loading branch information
kristapsk committed Jul 27, 2023
1 parent a4e0268 commit 032e698
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion jmbase/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@
packages=['jmbase'],
install_requires=['twisted==22.4.0', 'service-identity==21.1.0',
'chromalog==1.0.5'],
python_requires='>=3.6',
python_requires='>=3.7',
zip_safe=False)
2 changes: 1 addition & 1 deletion jmbitcoin/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
author_email='',
license='GPL',
packages=['jmbitcoin'],
python_requires='>=3.6',
python_requires='>=3.7',
install_requires=['python-bitcointx==1.1.3', 'pyaes==1.6.1'],
zip_safe=False)
2 changes: 1 addition & 1 deletion jmclient/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@
'argon2_cffi==21.3.0', 'bencoder.pyx==3.0.1',
'pyaes==1.6.1', 'klein==20.6.0', 'pyjwt==2.4.0',
'autobahn==20.12.3', 'werkzeug==2.2.3'],
python_requires='>=3.6',
python_requires='>=3.7',
zip_safe=False)
2 changes: 1 addition & 1 deletion jmdaemon/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@
'cryptography==37.0.4; platform_machine == "aarch64" or platform_machine == "amd64" or platform_machine == "x86_64"',
'pyopenssl==21.0.0', 'libnacl==1.8.0',
'joinmarketbase==0.9.10dev'],
python_requires='>=3.6',
python_requires='>=3.7',
zip_safe=False)
2 changes: 1 addition & 1 deletion jmqtui/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
license='GPL',
packages=['jmqtui'],
install_requires=['PyQt5!=5.15.0,!=5.15.1,!=5.15.2,!=6.0'],
python_requires='>=3.6',
python_requires='>=3.7',
zip_safe=False)

# The following command should be executed whenever `open_wallet_dialog.ui` is updated.
Expand Down

0 comments on commit 032e698

Please sign in to comment.