-
-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* fix: update python * fix: try to build in 3.12 * fix: check again * fix: one more try * fix: improve coverage * fix: drop support for Python 3.7 * feat: check against pypy 3.10 too * feat: use Python 3.12 beta 4 * fix: update makefile to account for us using pytes * fix: add some more tests * fix: line issues * fix: bump version
- Loading branch information
Vinit Kumar
authored
Jul 18, 2023
1 parent
d38d0db
commit 9438808
Showing
2 changed files
with
9 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,4 +2,4 @@ | |
|
||
__author__ = """Vinit Kumar""" | ||
__email__ = "[email protected]" | ||
__version__ = "3.21.0" | ||
__version__ = "4.0.0" |