Skip to content

Commit

Permalink
test on 3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
knaaptime committed May 31, 2022
1 parent b0352a4 commit a70efb2
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .ci/37.yml → .ci/310.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: test
channels:
- conda-forge
dependencies:
- python=3.7
- python=3.10
- deprecation
- geopandas>=0.9
- joblib
Expand Down
1 change: 0 additions & 1 deletion .ci/38.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,4 @@ dependencies:
- pytest-mpl
- pytest-cov
- twine
- jsonschema==3.*

2 changes: 1 addition & 1 deletion .github/workflows/unittests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
environment-file: [.ci/37.yml, .ci/38.yml, .ci/39.yml]
environment-file: [.ci/38.yml, .ci/39.yml, .ci/310.yml]
experimental: [false]
fail-fast: [false]

Expand Down

0 comments on commit a70efb2

Please sign in to comment.