From 3312602c567038e6430b9680075431ab3814b199 Mon Sep 17 00:00:00 2001 From: Matt Newville Date: Thu, 11 Feb 2021 14:59:23 -0600 Subject: [PATCH] update doc and license for 0.9.22 --- LICENSE | 2 +- doc/installation.rst | 15 +++++---------- 2 files changed, 6 insertions(+), 11 deletions(-) diff --git a/LICENSE b/LICENSE index b7b008c..a15414f 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ The MIT License -Copyright (c) 2019 Matthew Newville, The University of Chicago +Copyright (c) 2021 Matthew Newville, The University of Chicago Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in diff --git a/doc/installation.rst b/doc/installation.rst index 39e230e..c39798e 100644 --- a/doc/installation.rst +++ b/doc/installation.rst @@ -16,17 +16,12 @@ available. The test suite requires the `pytest` module. The latest stable version of asteval is |release|. -Version 0.9.21 supports and is tested with Python 3.6 through 3.9. Support -for Python 3.5 has not been deliberately broken, but testing for this -version has now stopped, and development going forward will assume -Python3.6+. There is no expectation of dropping support for Python 3.6 -before its end of life. +Versions 0.9.21 and 0.9.22 support and are tested with Python 3.6 through +3.9. Python 3.6 will be supported until at least its official end of life +(December 2021). No released version supports Python 3.10 yet. -Version 0.9.19 and 0.9.20 supported and was tested with Python 3.5 through -3.8, and had provisional but incomplete support for 3.9. - -Version 0.9.18 supported and was tested with Python 3.5 through 3.8. This -was the last version to support Python 3.5. +Versions 0.9.18, 0.9.19, and 0.9.20 supported and were tested with Python +3.5 through 3.8. Version 0.9.17 was the last version to support Python 2.7.