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 15
15
16
16
strategy :
17
17
matrix :
18
- python-version : [3.7, 3.8 ]
18
+ python-version : [3.9 ]
19
19
20
20
steps :
21
21
- 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
2
2
MAINTAINER Devin Matte <matted@csh.rit.edu>
3
3
4
4
ENV DD_LOGS_INJECTION=true
Original file line number Diff line number Diff line change 1
1
# CSH Web Packet
2
2
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 / )
4
4
[ ![ Build Status] ( https://travis-ci.com/ComputerScienceHouse/packet.svg?branch=develop )] ( https://travis-ci.com/ComputerScienceHouse/packet )
5
5
6
6
Packet is used by CSH to facilitate the freshmen packet portion of our introductory member evaluation process. This is
7
7
the second major iteration of packet on the web. The first version was
8
8
[ Tal packet] ( https://github.com/TalCohen/CSHWebPacket ) .
9
9
10
10
## Setup
11
- ** Requires Python 3.7 or newer.**
11
+ ** Requires Python 3.9 or newer.**
12
12
13
13
To get the server working you'll just need the Python dependencies and some secrets. There will be some UI issues due
14
14
to 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