From 10d59c43e9fa544bf6f3185494561cc1336e7d16 Mon Sep 17 00:00:00 2001 From: Usama Sadiq Date: Mon, 19 Feb 2024 16:05:46 +0500 Subject: [PATCH 1/2] feat: add python312 support --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4a529cf..40db56f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,7 @@ jobs: strategy: matrix: os: [ubuntu-20.04] - python-version: ['3.8'] + python-version: ['3.8', '3.12'] steps: From 559dc71c09676c413513410f6fc57044899a2036 Mon Sep 17 00:00:00 2001 From: Usama Sadiq Date: Mon, 26 Feb 2024 13:06:50 +0500 Subject: [PATCH 2/2] feat: test adding python 3.11 support --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 40db56f..1df520d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,7 @@ jobs: strategy: matrix: os: [ubuntu-20.04] - python-version: ['3.8', '3.12'] + python-version: ['3.8', '3.11'] steps: