-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
1 addition
and
11 deletions.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,16 +12,6 @@ | |
__all__ = ["__version__"] | ||
__author__ = "Matthew Evans" | ||
__maintainer__ = "Matthew Evans" | ||
__version__ = "0.10.1" | ||
__version__ = "0.10.2" | ||
|
||
script_epilog = f"Written and maintained by Matthew Evans ([email protected]) 2016-2022, version {__version__}." | ||
|
||
|
||
if sys.version_info.minor == 7: | ||
import warnings | ||
|
||
warnings.warn( | ||
"v0.10 of the `matador` library will be the last to support Python 3.7. " | ||
"Please upgrade to Python 3.8+ to use v0.11 and later versions of `matador`.", | ||
DeprecationWarning, | ||
) |