update github actions

This commit is contained in:
dries.k
2024-10-29 16:52:18 +01:00
parent 3ee3942c01
commit 4e34c5e614
4 changed files with 38 additions and 37 deletions

View File

@@ -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'
]
)