chore: add 3.13 to release jobs and remove stale dependency (#5735)

chore: add 3.13 to release jobs and remove stale dep

`doctr` isn't used anymore, so we don't need to include it.
This commit is contained in:
Gil Forsyth 2024-12-08 07:43:50 -05:00 committed by GitHub
parent 1d1e7a8827
commit 055321dba7
Failed to generate hash of commit
2 changed files with 1 additions and 1 deletions

View file

@ -22,6 +22,7 @@ jobs:
- "3.10" - "3.10"
- "3.11" - "3.11"
- "3.12" - "3.12"
- "3.13"
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- name: setup-python - name: setup-python

View file

@ -135,7 +135,6 @@ doc = [
"psutil", "psutil",
"pyzmq", "pyzmq",
"matplotlib", "matplotlib",
"doctr",
"tornado", "tornado",
"runthis-sphinxext", "runthis-sphinxext",
"livereload", "livereload",