Skip to content

Commit 3e78c36

Browse files
authored
update python version used in tests (#48)
1 parent a9fa6d2 commit 3e78c36

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

conda-envs/windows-environment-test-py37.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
name: pymc-test-py37
1+
name: pymc-test-py310
22
channels:
33
- conda-forge
44
- defaults
55
dependencies:
66
- pip
77
- pytest-cov>=2.5
88
- pytest>=3.0
9-
- python=3.7
9+
- python=3.10
1010
- dask
1111
- xhistogram
1212
- pip:

0 commit comments

Comments
 (0)