Skip to content

Commit

Permalink
[ENH] removed py37.dockerfile and update doc entry for CI (#5356)
Browse files Browse the repository at this point in the history
### Changes
- [x] Removed dockerized test for python 3.7 (as it has reached EOL)
- [x] Updated corresponding doc entry for dockerized test

### Concerns
While trying to update the other dockerfiles, I came across a bug (See
also #5352), such that tests are unable to run.
  • Loading branch information
kurayami07734 committed Oct 8, 2023
1 parent 454797a commit d83c6aa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 12 deletions.
8 changes: 0 additions & 8 deletions build_tools/docker/py37.dockerfile

This file was deleted.

6 changes: 2 additions & 4 deletions docs/source/developer_guide/continuous_integration.rst
Expand Up @@ -157,8 +157,6 @@ with the image of name ``PYTHON_VERSION`` based on the following python versions
+----------------+----------------+
| Python version | PYTHON_VERSION |
+================+================+
| 3.7.16 | py37 |
+----------------+----------------+
| 3.8.16 | py38 |
+----------------+----------------+
| 3.9.16 | py39 |
Expand All @@ -171,8 +169,8 @@ with the image of name ``PYTHON_VERSION`` based on the following python versions
The dockerized tests can be also executed via `make <https://www.gnu.org/software/make/>`_,
via the command ``make dockertest PYTHON_VERSION=<python version>``.
The ``PYTHON_VERSION`` argument specifies the python version and is the same string as in the table above.
For example, to execute the tests in the Python version ``3.7.16``,
use ``make dockertest PYTHON_VERSION=py37``.
For example, to execute the tests in the Python version ``3.8.16``,
use ``make dockertest PYTHON_VERSION=py38``.
Continuous integration
Expand Down

0 comments on commit d83c6aa

Please sign in to comment.