From dd2bf345392b1b66fd6c9aeb12c234a557690ba1 Mon Sep 17 00:00:00 2001 From: Ben Steffensmeier Date: Sat, 16 Dec 2023 10:02:42 -0600 Subject: [PATCH] AppVeyor no longer supports python 3.6 and fix link in release notes. --- appveyor.yml | 4 +--- release_notes/4.2-notes.rst | 2 +- 2 files changed, 2 insertions(+), 4 deletions(-) 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.