Skip to content

Commit

Permalink
bump python version
Browse files Browse the repository at this point in the history
  • Loading branch information
JLSteenwyk committed Jun 3, 2024
1 parent 8199239 commit fd1f2d1
Show file tree
Hide file tree
Showing 4 changed files with 693 additions and 326 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
runs-on: macos-latest
strategy:
matrix:
python-version: ["3.9", "3.10"]
python-version: ["3.9", "3.10", "3.11"]
steps:
- uses: actions/checkout@master
- name: Set up Python ${{ matrix.python-version }}
Expand Down Expand Up @@ -72,7 +72,7 @@ jobs:
- name: Setup Python
uses: actions/setup-python@master
with:
python-version: 3.7
python-version: 3.9
- name: Install pipenv
uses: dschep/install-pipenv-action@v1
- name: Build docs
Expand Down
2 changes: 1 addition & 1 deletion docs/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ Sphinx = "*"
sphinx_rtd_theme = "*"

[requires]
python_version = "3.7"
python_version = "3.9"
Loading

0 comments on commit fd1f2d1

Please sign in to comment.