From a842123a950b6b892c39e9f8042e4e3d3ee69e0f Mon Sep 17 00:00:00 2001 From: edX requirements bot Date: Fri, 23 Feb 2024 07:37:35 -0500 Subject: [PATCH] feat: add python 3.12 support --- .github/workflows/ci.yml | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3195605d7..4835b1fb5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -3,10 +3,10 @@ name: Python CI on: push: branches: - - master + - master pull_request: branches: - - '**' + - '**' jobs: run_tests: @@ -15,10 +15,8 @@ jobs: strategy: matrix: os: - - ubuntu-20.04 - python-version: - - 2.7 - + - ubuntu-20.04 + python-version: [2.7, '3.8', '3.12'] steps: - uses: actions/checkout@v1 - name: setup python