Skip to content

Commit

Permalink
AppVeyor no longer supports python 3.6 and fix link in release notes.
Browse files Browse the repository at this point in the history
  • Loading branch information
bsteffensmeier committed Dec 16, 2023
1 parent 24fa170 commit dd2bf34
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,8 @@ image: Visual Studio 2019
environment:

matrix:
- PYTHON: "C:\\Python36-x64"
- PYTHON: "C:\\Python37-x64"
JAVA_HOME: "C:\\Program Files\\Java\\jdk1.8.0"
- PYTHON: "C:\\Python36-x64"
JAVA_HOME: "C:\\Program Files\\Java\\jdk11"
- PYTHON: "C:\\Python37-x64"
JAVA_HOME: "C:\\Program Files\\Java\\jdk11"
- PYTHON: "C:\\Python38-x64"
Expand Down
2 changes: 1 addition & 1 deletion release_notes/4.2-notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ situations where duck typing is not good enough and a dictionary is required.

Additions of PyBuiltins
***********************
The `PyBuiltins <http://ninia.github.io/jep/javadoc/4.2/jep/python/PyBuiltin.html>`_
The `PyBuiltins <http://ninia.github.io/jep/javadoc/4.2/jep/python/PyBuiltins.html>`_
class provides makes it easier to call some of the builtin Python functions
from Java.

Expand Down

0 comments on commit dd2bf34

Please sign in to comment.