Skip to content

Commit f0ea904

Browse files
restored to PyQt5 5.15.11
1 parent 3768081 commit f0ea904

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/python-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
max-parallel: 1
1919
matrix:
2020
os: [ubuntu-latest, windows-latest, macos-latest]
21-
python-version: ['3.12', '3.13']
21+
python-version: ['3.10', '3.11', '3.12', '3.13']
2222

2323
steps:
2424
- uses: actions/checkout@v4

CHANGELOG.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,14 +32,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3232
- requirements update
3333
- from:
3434
- nessus-file-reader>=0.4.3
35-
- PyQt5>=5.15.11
3635
- XlsxWriter>=3.2.2
3736
- to:
3837
- nessus-file-reader>=0.6.0
39-
- PyQt5>=5.15.17
4038
- XlsxWriter>=3.2.5
4139
- build tests for python
42-
- removed: 3.9, 3.10, 3.11
40+
- removed: 3.9
4341

4442

4543
## [0.7.3] - 2025-02-20

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
chardet>=5.2.0
22
imageio>=2.37.0
33
nessus-file-reader>=0.6.0
4-
PyQt5>=5.15.17
4+
PyQt5>=5.15.11
55
XlsxWriter>=3.2.5

setup.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@
3030
classifiers=[
3131
"Programming Language :: Python :: 3.13",
3232
"Programming Language :: Python :: 3.12",
33+
"Programming Language :: Python :: 3.11",
34+
"Programming Language :: Python :: 3.10",
3335
"License :: OSI Approved :: GNU General Public License v3 (GPLv3)",
3436
"Operating System :: OS Independent",
3537
"Development Status :: 4 - Beta",

0 commit comments

Comments
 (0)