Describe the refactoring action
We currently test the python versions python-version: [3.6, 3.7, 3.8, 3.9, 3.10.x, 3.11] in the Test Workflow and have REQUIRES_PYTHON = ">=3.6.0" in the setup.py. I would like to change that to Python 3.8+ in the setup.py and test against (3.8,3.9,3.10,3.11,3.12).
Additional Context
Python 3.6 has reached end of life (2021-12) and Python 3.7 has also reached end of life (June 27th 2023).
Expected benefit
Support for current Python versions.
Describe the refactoring action We currently test the python versions
python-version: [3.6, 3.7, 3.8, 3.9, 3.10.x, 3.11]
in the Test Workflow and haveREQUIRES_PYTHON = ">=3.6.0"
in the setup.py. I would like to change that to Python 3.8+ in the setup.py and test against (3.8,3.9,3.10,3.11,3.12).Additional Context Python 3.6 has reached end of life (2021-12) and Python 3.7 has also reached end of life (June 27th 2023).
Expected benefit Support for current Python versions.