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