Skip to content

Commit

Permalink
Merge pull request #73 from wayfair-incubator/updating_py_3_9
Browse files Browse the repository at this point in the history
Adding Python 3.9 support
  • Loading branch information
fhightower authored Feb 2, 2021
2 parents b9dbf78 + 82ac221 commit d62f23a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
push:
branches: ["main"]
env:
PYTHON_VERSION: "3.8.5"
PYTHON_VERSION: "3.9.1"

jobs:
bandit:
Expand Down Expand Up @@ -96,7 +96,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.6, 3.7, 3.8]
python-version: [3.6, 3.7, 3.8, 3.9]
steps:
- name: Check out code
uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion docker/devbox.dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.8.5-buster
FROM python:3.9.1-buster

ARG _USER="columbo"
ARG _UID="1001"
Expand Down
1 change: 1 addition & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ classifiers =
"Programming Language :: Python :: 3.6"
"Programming Language :: Python :: 3.7"
"Programming Language :: Python :: 3.8"
"Programming Language :: Python :: 3.9"

[options]

Expand Down

0 comments on commit d62f23a

Please sign in to comment.