Skip to content

Commit

Permalink
Added Python 3.10 to CI matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
ojeda-e committed Aug 30, 2022
1 parent e41c20c commit 6b6101a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
fail-fast: false
matrix:
os: [macOS-latest, ubuntu-latest, windows-latest]
python-version: [3.7, 3.8, 3.9]
python-version: [3.7, 3.8, 3.9, 3.10]
env_file: [env, ]
include:
- name: minimum_requirements
Expand Down

0 comments on commit 6b6101a

Please sign in to comment.