Skip to content

Commit

Permalink
Unmark wheel as universal (#764)
Browse files Browse the repository at this point in the history
Universal wheels should work on both Python 2 and 3,
and Papermill requires Python 3.8+.
  • Loading branch information
akx authored Dec 18, 2023
1 parent 2bbb650 commit fd2661f
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
# Migration to pyproject.toml is in progress

# distutils is deprecated and removed in Python 3.12.
# This block can be removed after the build parameters are added to this file
[tool.distutils.bdist_wheel]
universal = true

# Example configuration for Black.
[tool.black]
line-length = 120
Expand Down

0 comments on commit fd2661f

Please sign in to comment.