File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1515- uses : actions/checkout@v3
1616
1717- name : Install Jython
18- uses : LukeSavefrogs/setup-jython@v1
18+ uses : LukeSavefrogs/setup-jython@v3
1919 with :
2020 jython-version : ' 2.5.2'
2121 installation-path : ' ~/jython/' # Default
@@ -25,11 +25,14 @@ steps:
2525
2626## Supported versions
2727
28- This action supports all versions currently listed on the official repositories:
28+ This action supports all versions (_both stable and development releases_) currently listed on the official repositories:
2929
30- - [SourceForge](https://sourceforge.net/projects/jython/files/jython/) (` 2.0` - `2.5.2`)
30+ - [SourceForge - Stable](https://sourceforge.net/projects/jython/files/jython/) (` 2.0` - `2.5.2`)
31+ - [SourceForge - Development](https://sourceforge.net/projects/jython/files/jython-dev/) (`2.5a1` - `2.7.0a2`)
3132- [Maven](https://search.maven.org/artifact/org.python/jython-installer) (`2.5.3-rc1` - `2.7.3`)
3233
33- > **NOTE**
34+ > ⚠️ **WARNING** ⚠️
3435>
35- > As of `v1`, this action does not support Jython 2.0 and 2.1!
36+ > As of **`v3`**, Jython versions **2.0**/**2.1** **work only on `windows-*` runners**!
37+ >
38+ > See issue [#1](https://github.com/LukeSavefrogs/setup-jython/issues/1) for more info..
You can’t perform that action at this time.
0 commit comments