-
Notifications
You must be signed in to change notification settings - Fork 196
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
increased required Python version to 3.9
- Loading branch information
Showing
9 changed files
with
27 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
- [[Release Notes v1.2.x]] | ||
id:: 658c0484-28db-436e-b828-8fc509ecbd29 | ||
- [[Release Notes v1.1.x]] | ||
- [[Release Notes v1.0.x]] | ||
- [[Release Notes v0.18.x]] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
# Release v1.2.0 | ||
- Changelog: ((6588217b-c1d3-44c1-a0d7-e5ee465cc6de)) | ||
- | ||
- ## Support for the SPATIAL_FILTER Entity | ||
- | ||
- ## New Module `ezdxf.xclip` | ||
- TODO | ||
- | ||
- ## Rendering Support for Clipped Block References??? | ||
- TODO - not sure if this will work. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -133,7 +133,7 @@ def read(fname: str) -> str: | |
url="https://ezdxf.mozman.at", | ||
download_url="https://pypi.org/project/ezdxf/", | ||
author_email="[email protected]", | ||
python_requires=">=3.8", | ||
python_requires=">=3.9", | ||
package_dir={"": "src"}, | ||
packages=find_packages("src"), | ||
zip_safe=False, | ||
|
@@ -180,7 +180,6 @@ def read(fname: str) -> str: | |
"License :: OSI Approved :: MIT License", | ||
"Operating System :: OS Independent", | ||
"Programming Language :: Python :: 3", | ||
"Programming Language :: Python :: 3.8", | ||
"Programming Language :: Python :: 3.9", | ||
"Programming Language :: Python :: 3.10", | ||
"Programming Language :: Python :: 3.11", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters