update github actions
This commit is contained in:
3
setup.py
3
setup.py
@@ -15,7 +15,7 @@ with open("version.txt", "r") as f:
|
||||
|
||||
# What packages are required for this module to be executed?
|
||||
REQUIRED = [
|
||||
'requests==2.32.3', 'pyqt6==6.7.1'
|
||||
'requests', 'pyqt6>=6.7.1'
|
||||
]
|
||||
|
||||
# What packages are optional?
|
||||
@@ -87,5 +87,6 @@ setup(
|
||||
'Programming Language :: Python :: 3.10',
|
||||
'Programming Language :: Python :: 3.11',
|
||||
'Programming Language :: Python :: 3.12'
|
||||
'Programming Language :: Python :: 3.13'
|
||||
]
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user