diff options
| author | 2020-03-21 14:30:06 +0100 | |
|---|---|---|
| committer | 2020-03-21 14:30:06 +0100 | |
| commit | 561b95e59c5ba4f358010fc0143ae291fcacabf2 (patch) | |
| tree | d02a0042a3961b9143dce181bd4028fec7d7eb7e /Pipfile | |
| parent | Deseasonify: define all seasons in one place (diff) | |
| parent | Merge pull request #380 from python-discord/gitignore-data (diff) | |
Merge master into seasonal-purge
Most importantly this adds the Python 3.8 bump, plus unrelated features
merged in the meantime.
Diffstat (limited to 'Pipfile')
| -rw-r--r-- | Pipfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -25,7 +25,7 @@ pep8-naming = "~=0.9" pre-commit = "~=2.1" [requires] -python_version = "3.7" +python_version = "3.8" [scripts] start = "python -m bot" |