Scons 4.8.0 does not reflect correct python version dependency
"Bohning, Dalton" <[email protected]> Mon, 8 Jul 2024 16:54:33 +0000
| Newsgroups | gmane.comp.programming.tools.scons.user |
|---|---|
| Message-ID | <SJ2PR11MB853705D0D0F0C6DB54B35DA196DA2@SJ2PR11MB8537.namprd11.prod.outlook.com> |
Hello, Scons 4.8.0 with Python 3.6.8 is giving us this error > Support for Python older than 3.7.0 is deprecated (3.6.8 detected) However, the pip dependency does not reflect this $ /usr/bin/python3.6 -m venv test_env $ source test_env/bin/activate $ python3 --version Python 3.6.8 $ python3 -m pip install scons ... Successfully installed scons-4.8.0 And the packaging spec has "Requires: python >= 2.4" https://github.com/SCons/scons/blob/8db30760aa9169c3b110ca52dc9739dcbaff8cb3/packaging/rpm/scons.spec.in#L19 Could the dependencies be updated so incompatible versions of scons are not installed? ~Dalton Bohning [email protected]<mailto:[email protected]> _______________________________________________ Scons-users mailing list [email protected] https://pairlist4.pair.net/mailman/listinfo/scons-users