Skip to content

Commit

Permalink
Run tests for python 3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
haasad committed Feb 18, 2022
1 parent f20a3ed commit a51f508
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
python-version: ['3.8', '3.9']
python-version: ['3.8', '3.9', '3.10']
defaults:
run:
shell: bash -l {0}
Expand Down
2 changes: 1 addition & 1 deletion ci/recipe/stable/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ requirements:
- python
- setuptools
run:
- python >=3.8,<3.10
- python >=3.8
- arrow
- brightway2 >=2.4.2
- eidl >=1.4
Expand Down

0 comments on commit a51f508

Please sign in to comment.