diff --git a/appveyor.yml b/appveyor.yml index 28f052c1..9ac61c2b 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -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" diff --git a/release_notes/4.2-notes.rst b/release_notes/4.2-notes.rst index acfe031b..ecaf58ce 100644 --- a/release_notes/4.2-notes.rst +++ b/release_notes/4.2-notes.rst @@ -28,7 +28,7 @@ situations where duck typing is not good enough and a dictionary is required. Additions of PyBuiltins *********************** -The `PyBuiltins `_ +The `PyBuiltins `_ class provides makes it easier to call some of the builtin Python functions from Java.