We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dde8ba5 commit 8aba409Copy full SHA for 8aba409
.github/workflows/tox.yaml
@@ -10,7 +10,7 @@ jobs:
10
11
strategy:
12
matrix:
13
- python-version: ["3.10"]
+ python-version: ["3.10", "3.11", "3.12"]
14
fail-fast: false
15
16
steps:
setup.py
@@ -75,6 +75,8 @@
75
'Natural Language :: English',
76
'Operating System :: OS Independent',
77
'Programming Language :: Python :: 3.10',
78
+ 'Programming Language :: Python :: 3.11',
79
+ 'Programming Language :: Python :: 3.12',
80
'Topic :: Software Development :: Quality Assurance',
81
'Topic :: Software Development :: Testing',
82
],
0 commit comments