From ff794a1870f04ddd8b1c420e6666ec2c4379ec2b Mon Sep 17 00:00:00 2001 From: edX requirements bot Date: Fri, 23 Feb 2024 07:37:34 -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 bca496d..4645839 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: - - 3.8 - + - ubuntu-20.04 + python-version: [3.8, '3.8', '3.12'] steps: - uses: actions/checkout@v4 - name: setup python