From 82fa37f7f471ba89ef1ebcc96d5183774b503ed3 Mon Sep 17 00:00:00 2001 From: edX requirements bot Date: Thu, 22 Feb 2024 12:23:34 -0500 Subject: [PATCH] feat: add python312 support --- .github/workflows/ci.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4a529cf..50fb159 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2,7 +2,7 @@ name: Python CI on: push: - branches: [ 'master' ] + branches: ['master'] pull_request: jobs: @@ -12,7 +12,9 @@ jobs: strategy: matrix: os: [ubuntu-20.04] - python-version: ['3.8'] + python-version: + - '3.8' + - '3.12' steps: