summaryrefslogtreecommitdiff
path: root/.meta.toml
Commit message (Collapse)AuthorAgeFilesLines
* Configuring for pure-pythonHEADmasterMichael Howitz2023-02-071-0/+1
|
* Configuring for pure-pythonMichael Howitz2023-02-071-2/+2
|
* Add support for ``zope.untrustedpython`` on Python 3. (#29)Michael Howitz2023-02-071-0/+3
| | | With it, Python expressions are now protected by RestrictedPython.
* Multiple changes (#31)Michael Howitz2023-02-071-2/+2
| | | | | | | | | * Add support for Python 3.11. * Lint the code. * Improve error handling in test. * Bumped version for breaking release. * Drop support for Python 2.7, 3.5, 3.6. Co-authored-by: Gil Forcada Codinachs <gil.gnome@gmail.com>
* Add support for Python 3.10.Michael Howitz2021-11-041-2/+3
|
* Config with pure python (#28)Michael Howitz2021-05-281-0/+25
* Lint the code. * Add support for Python 3.9.