From ae4489726a6ecf828991dcc99f6a9add74f0d8e2 Mon Sep 17 00:00:00 2001 From: Panos Mavrogiorgos Date: Tue, 6 Feb 2024 23:37:51 +0200 Subject: [PATCH] ci: Run for python 3.12, too --- .github/workflows/run_tests.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/run_tests.yml b/.github/workflows/run_tests.yml index 8e5347b..0d83243 100644 --- a/.github/workflows/run_tests.yml +++ b/.github/workflows/run_tests.yml @@ -25,9 +25,11 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - # os: [ 'ubuntu-latest', 'macos-latest' ] os: [ 'ubuntu-latest' ] - python: [ '3.9', '3.10', '3.11' ] + python: [ '3.9', '3.10', '3.11', '3.12'] + # include: + # - os: "macos-latest" + # python: "3.12" steps: - uses: actions/checkout@main - uses: actions/setup-python@main