Skip to content

Commit

Permalink
Declare full Python 3.8 support, update CircleCI config
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewshadura committed May 4, 2020
1 parent ad3aa46 commit 65c0980
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- run: tox -e py37
py38:
docker:
- image: circleci/python:3.8.0rc1
- image: circleci/python:3.8
steps:
# Remove IPv6 entry for localhost in Circle CI containers because it doesn't work anyway.
- run: sudo cp /etc/hosts /tmp; sudo sed -i '/::1/d' /tmp/hosts; sudo cp /tmp/hosts /etc
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bdist_wheel]
python-tag = py36.py37
python-tag = py36.py37.py38

[metadata]
license_file = LICENSE
Expand Down

0 comments on commit 65c0980

Please sign in to comment.