Open
Description
I'm submitting a ...
- bug report
- feature request
- question about the decisions made in the repository
- suggestion
Describe the bug. What is the current behavior?
Jython is not supported, while still listed in classifiers.
What is the motivation / use case for changing the behavior?
Nobody uses it anyway.
To Reproduce
Steps to reproduce the behavior:
- Try to install or run tests, even without tox, pip install doesn't work, virtualenv doesn' work, try to install jython itself in various ways, deps like sqlite or setuptools_scm are impossible to get working.
- Everything is broken.
Expected behavior
Everything works Well, at least that it's possible to install or run any tests.
Details
Classifiers should correspond tested versions, I tried to add jython to Travis CI, but completely failed trying to get it working even locally
Environment
- Cheroot version: X.X.X
- CherryPy version: N/A
- Python version: jython-2.7.1
- OS: N/A
- Browser: N/A
Additional context
No info about whether anyone ever used CherryPy under jython. Well, at some point they probably did and it's useful to have a pythonic framework running on JVM, but I doubt that somebody does this nowadays.