We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d5e0d3 commit 9a95d49Copy full SHA for 9a95d49
.github/workflows/run-tests.yaml
@@ -17,6 +17,7 @@ jobs:
17
- '3.10'
18
- '3.11'
19
- '3.12'
20
+ - '3.13'
21
os: [ubuntu-latest]
22
include:
23
- python-version: '3.6'
.gitignore
@@ -4,3 +4,4 @@ __pycache__/
4
/_meta.py
5
/build/
6
/dist/
7
+/.idea/
setup.py
@@ -147,6 +147,7 @@ def run(self):
147
"Programming Language :: Python :: 3.10",
148
"Programming Language :: Python :: 3.11",
149
"Programming Language :: Python :: 3.12",
150
+ "Programming Language :: Python :: 3.13",
151
"Topic :: Software Development :: Testing",
152
],
153
project_urls = dict(
0 commit comments