Skip to content

Commit 1b6ee1c

Browse files
committed
Remove deprecated bdist_wheel.universal option
1 parent d6c30d7 commit 1b6ee1c

File tree

3 files changed

+3
-6
lines changed

3 files changed

+3
-6
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@ https://semver.org/spec/v2.0.0.html
2424
### Fixed
2525
- Fix Cython extension to use `noexcept` (PR [#615] by @cvanelteren).
2626

27+
### Removed
28+
- Deprecated `bdist_wheel.universal` option when building wheels.
29+
2730
## [1.4.1] - 2024-02-15
2831

2932
### Changed

packages/basemap_data/setup.cfg

-3
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,3 @@ license_files =
77

88
[sdist]
99
formats = zip
10-
11-
[bdist_wheel]
12-
universal = 1

packages/basemap_data_hires/setup.cfg

-3
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,3 @@ license_files =
55

66
[sdist]
77
formats = zip
8-
9-
[bdist_wheel]
10-
universal = 1

0 commit comments

Comments
 (0)