Skip to content

Commit

Permalink
MAINT: remove outdated version restrictions
Browse files Browse the repository at this point in the history
  • Loading branch information
redeboer committed Jul 7, 2023
1 parent da5dde8 commit aa25614
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -98,19 +98,21 @@ sty =
%(lint)s
%(test)s # for pytest type hints
pre-commit >=1.4.0
dev =
jupyter =
%(doc)s
%(sty)s
%(test)s
jupyterlab
jupyterlab-code-formatter
jupyterlab-myst; python_version >="3.7.0"
ypy-websocket <0.8.3; python_version=="3.7.8"
dev =
%(doc)s
%(jupyter)s
%(sty)s
%(test)s
sphinx-autobuild
tox >=1.9 # for skip_install, use_develop
tox <4; python_version <"3.8.0"
virtualenv !=20.16.*; python_version <"3.7.0" # https://github.com/ComPWA/PWA-pages/actions/runs/4359429611/jobs/7621215447#step:3:77
virtualenv !=20.17.*; python_version <"3.7.0" # https://github.com/ComPWA/PWA-pages/actions/runs/4359429611/jobs/7621215447#step:3:77
ypy-websocket <0.8.3; python_version >="3.7.0" # https://github.com/ComPWA/PWA-pages/actions/runs/4350354169/jobs/7600981452#step:3:79

[options.entry_points]
console_scripts =
Expand Down

0 comments on commit aa25614

Please sign in to comment.