Skip to content

Commit

Permalink
Work on release
Browse files Browse the repository at this point in the history
  • Loading branch information
Thrameos committed May 14, 2022
1 parent 3572df5 commit abadce6
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 2 additions & 0 deletions .azure/scripts/build-wheels.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ set -e -x
pys=(/opt/python/*/bin)

# Filter out Python 3.4
pys=(${pys[@]//*36*/})
pys=(${pys[@]//*35*/})
pys=(${pys[@]//*34*/})
pys=(${pys[@]//*27*/})

Expand Down
10 changes: 5 additions & 5 deletions .azure/scripts/osx-python.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,17 @@
PYTHON_VERSION="$1"

case $PYTHON_VERSION in
3.6)
FULL_VERSION=3.6.8
;;
3.7)
FULL_VERSION=3.7.9
;;
3.8)
FULL_VERSION=3.8.6
FULL_VERSION=3.8.10
;;
3.9)
FULL_VERSION=3.9.0
FULL_VERSION=3.9.12
;;
3.10)
FULL_VERSION=3.10.4
;;
esac

Expand Down
4 changes: 1 addition & 3 deletions test/harness/jpype/doc/Test.java
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,12 @@ public class Test
* <blockquote><pre>{@code
* hey.method(1, SecretMap());
* }</pre></blockquote>
* Text.
* <p>
* <table style="width:100%">
* <table style="width:100%" summary="foo">
* <tr><th>North</th><th>East</th><th>Steps</th></tr>
* <tr><td>Y</td><td>N</td><td>10</td></tr>
* <tr><td>N</td><td>Y</td><td>20</td></tr>
* </table>
* Text
* <p>
* <dl>
* <dt>Defines
Expand Down

0 comments on commit abadce6

Please sign in to comment.