Skip to content

Commit

Permalink
Add 3.6 back.
Browse files Browse the repository at this point in the history
  • Loading branch information
tsalo committed Dec 17, 2021
1 parent 3e9bd75 commit 3539116
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
fail-fast: false
matrix:
os: ["ubuntu-latest", "macos-latest"]
python-version: ["3.7", "3.8", "3.9", "3.10"]
python-version: ["3.6", "3.7", "3.8", "3.9", "3.10"]
name: ${{ matrix.os }} with Python ${{ matrix.python-version }}
defaults:
run:
Expand Down
3 changes: 2 additions & 1 deletion pymare/info.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"wrapt",
]

STAN_REQUIRES = ["pystan>=3", "arviz"]
STAN_REQUIRES = ["pystan", "arviz"]

TESTS_REQUIRES = [
"codecov",
Expand Down Expand Up @@ -92,6 +92,7 @@
"Intended Audience :: Science/Research",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
Expand Down

0 comments on commit 3539116

Please sign in to comment.