File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1515
1616 strategy :
1717 matrix :
18- python-version : [3.7, 3.8 ]
18+ python-version : [3.9 ]
1919
2020 steps :
2121 - name : Install ldap dependencies
Original file line number Diff line number Diff line change 1- FROM python:3.7 -slim-buster
1+ FROM python:3.9 -slim-buster
22MAINTAINER Devin Matte <
[email protected] >
33
44ENV DD_LOGS_INJECTION=true
Original file line number Diff line number Diff line change 11# CSH Web Packet
22
3- [ ![ Python 3.7 ] ( https://img.shields.io/badge/python-3.7 -blue.svg )] ( https://www.python.org/downloads/release/python-370 / )
3+ [ ![ Python 3.9 ] ( https://img.shields.io/badge/python-3.9 -blue.svg )] ( https://www.python.org/downloads/release/python-390 / )
44[ ![ Build Status] ( https://travis-ci.com/ComputerScienceHouse/packet.svg?branch=develop )] ( https://travis-ci.com/ComputerScienceHouse/packet )
55
66Packet is used by CSH to facilitate the freshmen packet portion of our introductory member evaluation process. This is
77the second major iteration of packet on the web. The first version was
88[ Tal packet] ( https://github.com/TalCohen/CSHWebPacket ) .
99
1010## Setup
11- ** Requires Python 3.7 or newer.**
11+ ** Requires Python 3.9 or newer.**
1212
1313To get the server working you'll just need the Python dependencies and some secrets. There will be some UI issues due
1414to missing assets though. To solve that you'll want to set up the front end dependencies or download a copy of the
You can’t perform that action at this time.
0 commit comments