mirror of
https://github.com/xonsh/xonsh.git
synced 2025-03-04 00:14:41 +01:00
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:
parent
1d1e7a8827
commit
055321dba7
2 changed files with 1 additions and 1 deletions
1
.github/workflows/publish.yml
vendored
1
.github/workflows/publish.yml
vendored
|
@ -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
|
||||||
|
|
|
@ -135,7 +135,6 @@ doc = [
|
||||||
"psutil",
|
"psutil",
|
||||||
"pyzmq",
|
"pyzmq",
|
||||||
"matplotlib",
|
"matplotlib",
|
||||||
"doctr",
|
|
||||||
"tornado",
|
"tornado",
|
||||||
"runthis-sphinxext",
|
"runthis-sphinxext",
|
||||||
"livereload",
|
"livereload",
|
||||||
|
|
Loading…
Add table
Reference in a new issue