diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0635682..344a7b5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -39,5 +39,5 @@ jobs: fail-fast: false matrix: runner-os: [ "macos-latest", "windows-latest", "ubuntu-latest" ] - python-version: [ "3.10", "3.11", "3.12", "3.13" ] + python-version: [ "3.10", "3.11", "3.12", "3.13", "3.14" ] framework: [ "toga" ] diff --git a/{{ cookiecutter.format }}/build.gradle b/{{ cookiecutter.format }}/build.gradle index 2cfeb24..5607a8b 100644 --- a/{{ cookiecutter.format }}/build.gradle +++ b/{{ cookiecutter.format }}/build.gradle @@ -7,7 +7,7 @@ buildscript { } dependencies { classpath 'com.android.tools.build:gradle:8.11.1' - classpath 'com.chaquo.python:gradle:16.1.0' + classpath 'com.chaquo.python:gradle:17.0.0' // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files }