From 2e9e30d5f12ada4b88c3a24971767596379d91c6 Mon Sep 17 00:00:00 2001 From: "Capt. Hakim Amarullah" <61151625+hakimamarullah@users.noreply.github.com> Date: Fri, 16 Sep 2022 03:05:26 +0700 Subject: [PATCH] Add python 3.10 for testing in ci.yml (#368) --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 81560217..8b451dae 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,7 +21,7 @@ jobs: strategy: fail-fast: false matrix: - python-version: [3.7, 3.8, 3.9] + python-version: [3.7, 3.8, 3.9, '3.10'] env: UCI_DB: "https://archive.ics.uci.edu/ml/machine-learning-databases" @@ -75,7 +75,7 @@ jobs: strategy: fail-fast: false matrix: - python-version: [3.7, 3.8, 3.9] + python-version: [3.7, 3.8, 3.9, '3.10'] steps: - name: Check out repo