Skip to content

Commit

Permalink
Increase Python versions in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
mkuhring committed Jan 5, 2023
1 parent 3956ff3 commit 07945ab
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 @@ -9,10 +9,10 @@ jobs:
strategy:
matrix:
python-version:
- 3.6
- 3.7
- 3.8
- 3.9
- 3.10
- 3.11

steps:
- name: Install Python via conda.
Expand Down

0 comments on commit 07945ab

Please sign in to comment.