Skip to content

Commit 4190e06

Browse files
committed
Update python 3.6 -> 3.8
Selections is now running on 3.8 in OKD, so ci should match that
1 parent 5f832c9 commit 4190e06

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
language: python
22
python:
3-
- "3.6"
3+
- "3.8"
44

55
install:
66
- "pip install -r requirements.txt"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Selections
2-
[![Python 3.6](https://img.shields.io/badge/python-3.6-blue.svg)](https://www.python.org/downloads/release/python-360/)
2+
[![Python 3.8](https://img.shields.io/badge/python-3.8-blue.svg)](https://www.python.org/downloads/release/python-380/)
33
[![Build Status](https://travis-ci.org/ComputerScienceHouse/csh-selections.svg?branch=develop)](https://travis-ci.org/ComputerScienceHouse/csh-selections)
44

55
Selections is a Flask / Python web app meant to help facilitate the application review process for Computer Science House.

0 commit comments

Comments
 (0)