@@ -6,6 +6,7 @@ authors = [
66 " Arve Knudsen <arve.knudsen@gmail.com>" ,
77 " Gerard Marull-Paretas <gerard@teslabs.com>" ,
88 " Mark Harviston <mark.harviston@gmail.com>" ,
9+ " Alex March <alexmarch@fastmail.com>" ,
910 " Sam McCormack" ,
1011]
1112maintainers = [" Alex March <alexmach@fastmail.com>" ]
@@ -15,17 +16,20 @@ homepage = "https://github.com/CabbageDevelopment/qasync"
1516repository = " https://github.com/CabbageDevelopment/qasync"
1617keywords = [" Qt" , " asncio" ]
1718classifiers = [
18- " Development Status :: 4 - Beta " ,
19+ " Development Status :: 5 - Production/Stable " ,
1920 " Environment :: X11 Applications :: Qt" ,
2021 " Intended Audience :: Developers" ,
2122 " Operating System :: MacOS" ,
23+ " Operating System :: MacOS :: MacOS X" ,
2224 " Operating System :: Microsoft" ,
25+ " Operating System :: Microsoft :: Windows" ,
2326 " Operating System :: POSIX" ,
27+ " Operating System :: POSIX :: Linux" ,
2428 " Topic :: Software Development :: Libraries :: Python Modules" ,
2529]
2630
2731[tool .poetry .dependencies ]
28- python = " ^ 3.8"
32+ python = " >= 3.8, <3.12 "
2933
3034[tool .poetry .group .dev .dependencies ]
3135pre-commit = " ^2.21"
@@ -48,9 +52,7 @@ pytest-github-actions-annotate-failures = "^0.1.7"
4852requires = [" poetry-core>=1.5.0" ]
4953build-backend = " poetry.core.masonry.api"
5054
51- [tool .pytest ]
52- addopts = " -n auto"
53- testpaths = [" tests" ]
54-
5555[tool .pytest .ini_options ]
56+ addopts = " -n auto"
5657markers = [" raises" ]
58+ testpaths = [" tests" ]
0 commit comments