Skip to content

Commit

Permalink
migrate to py38
Browse files Browse the repository at this point in the history
  • Loading branch information
alintulu authored and tiborsimko committed Jul 27, 2020
1 parent c89f317 commit 00282f2
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -15,7 +15,7 @@ cache:
- pip

python:
- "3.6"
- "3.8"

services:
- docker
Expand Down
1 change: 1 addition & 0 deletions AUTHORS.rst
Expand Up @@ -3,6 +3,7 @@ Authors

The list of contributors in alphabetical order:

- `Adelina Lintuluoto <https://orcid.org/0000-0002-0726-1452>`_
- `Anton Khodak <https://orcid.org/0000-0003-3263-4553>`_
- `Diego Rodriguez <https://orcid.org/0000-0003-0649-2002>`_
- `Dinos Kousidis <https://orcid.org/0000-0002-4914-4289>`_
Expand Down
1 change: 1 addition & 0 deletions CHANGES.rst
Expand Up @@ -4,6 +4,7 @@ Changes
Version master (UNRELEASED)
---------------------------

- Uses python3.8
- Pins all Python dependencies allowing to easily rebuild component images at later times.
- Enables workflow restarts.
- Enables deletion of workflows in queued state.
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Expand Up @@ -5,7 +5,7 @@
# under the terms of the MIT License; see LICENSE file for more details.

# Install base image and its dependencies
FROM python:3.6-slim
FROM python:3.8-slim
RUN apt-get update && \
apt-get install -y \
gcc \
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -98,7 +98,7 @@
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: Implementation :: CPython",
"Programming Language :: Python",
"Topic :: Internet :: WWW/HTTP :: Dynamic Content",
Expand Down

0 comments on commit 00282f2

Please sign in to comment.