Skip to content

Commit

Permalink
Revert "Add Python 3.13 support"
Browse files Browse the repository at this point in the history
This reverts commit 27195dc.
  • Loading branch information
utapyngo committed Jul 5, 2024
1 parent 27195dc commit 05504dd
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ jobs:
fail-fast: false
matrix:
python-version:
- "3.13"
- "3.12"
- "3.11"
- "3.10"
Expand Down
1 change: 0 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@

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


## [0.6.0] - 2024-03-13
Expand Down
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ def read(fname: str) -> str:
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
"Programming Language :: Python :: Implementation :: PyPy",
"Topic :: Software Development :: Libraries",
"Topic :: Software Development :: Testing",
Expand Down

0 comments on commit 05504dd

Please sign in to comment.