Skip to content

Commit

Permalink
Don't mark wheels as universal
Browse files Browse the repository at this point in the history
Python 2 is no longer supported and so our wheels should not be marked
as universal.
  • Loading branch information
bbc2 committed Mar 12, 2022
1 parent 157282c commit 26d6fc0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Expand Up @@ -12,6 +12,10 @@ project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
- Add `encoding` (`Optional[str]`) parameter to `get_key`, `set_key` and `unset_key`.
(#379 by [@bbc2])

### Fixed

- Don't build universal wheels (#? by [@bbc2]).

## [0.19.2] - 2021-11-11

### Fixed
Expand Down
4 changes: 0 additions & 4 deletions setup.cfg
Expand Up @@ -5,10 +5,6 @@ tag = True

[bumpversion:file:src/dotenv/version.py]


[bdist_wheel]
universal = 1

[flake8]
max-line-length = 120
exclude = .tox,.git,docs,venv,.venv
Expand Down

0 comments on commit 26d6fc0

Please sign in to comment.