From 43e8866d8a5a4b5d12dcc86fba0aa12ba3c66253 Mon Sep 17 00:00:00 2001 From: Craig Macdonald Date: Mon, 26 Feb 2024 15:13:35 +0000 Subject: [PATCH] try Python 3.12 --- .github/workflows/push.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index 492ab0e8..134827aa 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -14,7 +14,7 @@ jobs: strategy: matrix: - python-version: ['3.7', '3.11'] + python-version: ['3.7', '3.12'] java: [11, 13] os: ['ubuntu-latest', 'macOs-latest', 'windows-latest'] architecture: ['x64'] @@ -93,4 +93,4 @@ jobs: env: TERRIER_VERSION: ${{ matrix.terrier }} run: | - pytest --durations=20 -p no:faulthandler \ No newline at end of file + pytest --durations=20 -p no:faulthandler