We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 901de3f commit e7cb2e2Copy full SHA for e7cb2e2
1 file changed
README.md
@@ -19,3 +19,14 @@ steps:
19
20
- run: jython -c 'import sys, os; print(os.name, sys.version)';
21
```
22
+
23
+## Supported versions
24
25
+This action supports all versions currently listed on the official repositories:
26
27
+- [SourceForge](https://sourceforge.net/projects/jython/files/jython/) (`2.0` - `2.5.2`)
28
+- [Maven](https://search.maven.org/artifact/org.python/jython-installer) (`2.5.3-rc1` - `2.7.3`)
29
30
+> **NOTE**
31
+>
32
+> As of `v1`, this action does not support Jython 2.0 and 2.1!
0 commit comments