Skip to content

Commit 05504dd

Browse files
committed
Revert "Add Python 3.13 support"
This reverts commit 27195dc.
1 parent 27195dc commit 05504dd

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

.github/workflows/test.yml

-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ jobs:
4949
fail-fast: false
5050
matrix:
5151
python-version:
52-
- "3.13"
5352
- "3.12"
5453
- "3.11"
5554
- "3.10"

CHANGELOG.md

-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33

44
## [0.6.1] - 2024-07-05
55
- Fix matching with `mock.ANY` (#16)
6-
- Add Python 3.13 support
76

87

98
## [0.6.0] - 2024-03-13

setup.py

-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ def read(fname: str) -> str:
4141
"Programming Language :: Python :: 3.10",
4242
"Programming Language :: Python :: 3.11",
4343
"Programming Language :: Python :: 3.12",
44-
"Programming Language :: Python :: 3.13",
4544
"Programming Language :: Python :: Implementation :: PyPy",
4645
"Topic :: Software Development :: Libraries",
4746
"Topic :: Software Development :: Testing",

0 commit comments

Comments
 (0)