Skip to content

Commit e7cb2e2

Browse files
committed
docs: Add supported versions
1 parent 901de3f commit e7cb2e2

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,14 @@ steps:
1919

2020
- run: jython -c 'import sys, os; print(os.name, sys.version)';
2121
```
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

Comments
 (0)