From 71f455eb6f56e9404e626686d24065ec5ee71a22 Mon Sep 17 00:00:00 2001 From: Gyorgy Orosz Date: Wed, 25 Oct 2023 10:44:50 +0000 Subject: [PATCH] ci: run test_models on Python 3.12 as well --- .github/workflows/test_models.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test_models.yml b/.github/workflows/test_models.yml index be19ec8..a394611 100644 --- a/.github/workflows/test_models.yml +++ b/.github/workflows/test_models.yml @@ -15,7 +15,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: [ "3.7", "3.8", "3.9", "3.10", "3.11" ] + python-version: [ "3.7", "3.8", "3.9", "3.10", "3.11", "3.12"] model-name: ["hu_core_news_md", "hu_core_news_lg", "hu_core_news_trf"] steps: