Skip to content

Commit

Permalink
Updating pydata in main and removing support for 3.6 (#490)
Browse files Browse the repository at this point in the history
* updating pydata here more clean

* removing support for 3.6 :o
  • Loading branch information
nkorinek authored Feb 10, 2022
1 parent 108a75f commit 9cbe938
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/run-tests-mac-win-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
fail-fast: false
matrix:
os: ["ubuntu-latest", "macos-latest", "windows-latest"]
python-version: [3.6, 3.7, 3.8, 3.9]
python-version: [3.7, 3.8, 3.9]

steps:
- uses: actions/checkout@v2
Expand All @@ -43,7 +43,6 @@ jobs:
pytest
- name: Build Docs
# Only run docs on python 3.8
if: contains(matrix.python-version, '3.8')
run: |
make docs -B
- name: Lint
Expand Down
2 changes: 1 addition & 1 deletion dev-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ pytest-cov==3.0.0
tox==3.24.5
sphinx-autobuild==2021.3.14
sphinx_copybutton==0.5.0
pydata_sphinx_theme==0.7.2
pydata_sphinx_theme==0.8.0
black==22.1.0

0 comments on commit 9cbe938

Please sign in to comment.