Merge branch 'main' into status_import

This commit is contained in:
Veronica Berglyd Olsen
2022-10-25 17:12:37 +02:00
committed by GitHub
3 changed files with 4 additions and 3 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ jobs:
testLinux:
strategy:
matrix:
python-version: ["3.7", "3.8", "3.9", "3.10"]
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"]
runs-on: ubuntu-latest
steps:
- name: Python Setup
+1 -1
View File
@@ -1,3 +1,3 @@
pyqt5>=5.3
pyqt5>=5.10
lxml>=4.2.0
pyenchant>=3.0.0
+2 -1
View File
@@ -15,6 +15,7 @@ classifiers =
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Programming Language :: Python :: Implementation :: CPython
License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Development Status :: 5 - Production/Stable
@@ -32,7 +33,7 @@ python_requires = >=3.7
include_package_data = True
packages = find:
install_requires =
pyqt5>=5.3
pyqt5>=5.10
lxml>=4.2.0
pyenchant>=3.0.0