Skip to content

Commit

Permalink
Run test-oldest on the minimal required version of Orange
Browse files Browse the repository at this point in the history
  • Loading branch information
janezd committed Nov 22, 2024
1 parent c1e8d91 commit 0aa166c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
5 changes: 0 additions & 5 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
#!/usr/bin/env python3
import io
import os
import contextlib
import importlib.metadata
import subprocess
import warnings
import stat
from os import path, walk

from setuptools import setup, find_packages
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ deps =
{env:PYQT_PYPI_NAME:PyQt5}=={env:PYQT_PYPI_VERSION:5.15.*}
{env:WEBENGINE_PYPI_NAME:PyQtWebEngine}=={env:WEBENGINE_PYPI_VERSION:5.15.*}
oldest: scikit-learn~=1.3.0
oldest: orange3==3.37.0
oldest: orange3==3.36.0
oldest: orange-canvas-core==0.2.2
oldest: orange-widget-base==4.23.0
latest: https://github.com/biolab/orange3/archive/refs/heads/master.zip#egg=orange3
Expand Down

0 comments on commit 0aa166c

Please sign in to comment.