We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27195dc commit 05504ddCopy full SHA for 05504dd
.github/workflows/test.yml
@@ -49,7 +49,6 @@ jobs:
49
fail-fast: false
50
matrix:
51
python-version:
52
- - "3.13"
53
- "3.12"
54
- "3.11"
55
- "3.10"
CHANGELOG.md
@@ -3,7 +3,6 @@
3
4
## [0.6.1] - 2024-07-05
5
- Fix matching with `mock.ANY` (#16)
6
-- Add Python 3.13 support
7
8
9
## [0.6.0] - 2024-03-13
setup.py
@@ -41,7 +41,6 @@ def read(fname: str) -> str:
41
"Programming Language :: Python :: 3.10",
42
"Programming Language :: Python :: 3.11",
43
"Programming Language :: Python :: 3.12",
44
- "Programming Language :: Python :: 3.13",
45
"Programming Language :: Python :: Implementation :: PyPy",
46
"Topic :: Software Development :: Libraries",
47
"Topic :: Software Development :: Testing",
0 commit comments