Skip to content

Commit

Permalink
Update dev.txt
Browse files Browse the repository at this point in the history
Update docs.txt

eh

Update docs.txt

aaa

Update docs.txt

Update docs.txt

Update test.yml
  • Loading branch information
Lulalaby committed Dec 19, 2023
1 parent f9015c7 commit 22d33c3
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 13 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
python-version: ["3.8", "3.9", "3.10", "3.11"]
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
env:
OS: ${{ matrix.os }}
PYTHON: ${{ matrix.python-version }}
Expand Down Expand Up @@ -49,10 +49,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
- name: Set up Python 3.12
uses: actions/setup-python@v5
with:
python-version: "3.8"
python-version: "3.11"
cache: "pip"
cache-dependency-path: "requirements/docs.txt"
check-latest: true
Expand Down
2 changes: 1 addition & 1 deletion .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ formats: []
build:
os: ubuntu-22.04
tools:
python: "3.8"
python: "3.11"

sphinx:
configuration: docs/conf.py
Expand Down
2 changes: 1 addition & 1 deletion requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ pytest-asyncio~=0.23.2
# pytest-order~=1.0.1
mypy~=1.7.1
coverage~=7.3
pre-commit==3.6.0
pre-commit~=3.5.0
codespell==2.2.6
bandit==1.7.6
flake8==6.1.0
16 changes: 8 additions & 8 deletions requirements/docs.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
sphinx==7.2.6
sphinxcontrib_trio==1.1.2
sphinxcontrib-websupport==1.2.6
myst-parser==2.0.0
sphinxext-opengraph==0.9.1
sphinx-copybutton==0.5.2
furo@ git+https://github.com/pradyunsg/furo@193643f
sphinx-autodoc-typehints==1.25.2
sphinx>=7.1.2
sphinxcontrib_trio>=1.1.2
sphinxcontrib-websupport>=1.2.4
myst-parser>=2.0.0
sphinxext-opengraph>=0.9.1
sphinx-copybutton>=0.5.2
furo
sphinx-autodoc-typehints>=1.25.2

0 comments on commit 22d33c3

Please sign in to comment.