Skip to content

Commit

Permalink
PR #46: Bump Python version to 3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
kwzrd authored Dec 20, 2020
2 parents 3f0b3da + 3f32318 commit 8d69f9f
Show file tree
Hide file tree
Showing 3 changed files with 60 additions and 53 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v2
with:
python-version: 3.8
python-version: 3.9

- name: Install Pipenv
uses: dschep/install-pipenv-action@v1
Expand Down
3 changes: 1 addition & 2 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,13 @@ flake8-import-order = "~=0.18.1"
[packages]
aiodns = "~=2.0.0"
aiohttp = "~=3.6.2"
aiosqlite = "~=0.15.0"
arrow = "~=0.15.7"
discord-py = "~=1.5.1"
pypopulation = "==2020.3"
tortoise-orm = "~=0.16.15"

[requires]
python_version = "3.8"
python_version = "3.9"

[scripts]
ryan = "python -m ryan"
Expand Down
108 changes: 58 additions & 50 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 8d69f9f

Please sign in to comment.