Skip to content

Commit

Permalink
Add python 3.10 for testing in ci.yml (#368)
Browse files Browse the repository at this point in the history
  • Loading branch information
hakimamarullah committed Sep 15, 2022
1 parent 1de8247 commit 2e9e30d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 2e9e30d

Please sign in to comment.