Skip to content

Commit

Permalink
v1.7.2 — Packaging updates
Browse files Browse the repository at this point in the history
- Drop support for Python 3.6 and 3.7
- Support Python 3.11, 3.12, and 3.13
- Moved to wheelodex organization
- Migrated from setuptools to hatch
- Update `entry-points-txt` requirement to `~= 0.2`
  • Loading branch information
jwodder committed Dec 1, 2024
1 parent b46fe06 commit ab0b6e2
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
7 changes: 3 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
In Development
--------------
- Dropped support for Python 3.6
v1.7.2 (2024-12-01)
-------------------
- Drop support for Python 3.6 and 3.7
- Support Python 3.11, 3.12, and 3.13
- Moved to wheelodex organization
- Migrated from setuptools to hatch
- Update `entry-points-txt` requirement to `~= 0.2`
- Drop support for Python 3.7


v1.7.1 (2022-04-08)
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2017-2022 John Thorvald Wodder II
Copyright (c) 2017-2024 John Thorvald Wodder II

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion src/wheel_inspect/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
from .inspecting import inspect_dist_info_dir, inspect_wheel
from .schema import DIST_INFO_SCHEMA, SCHEMA, WHEEL_SCHEMA

__version__ = "1.7.1"
__version__ = "1.7.2"
__author__ = "John Thorvald Wodder II"
__author_email__ = "[email protected]"
__license__ = "MIT"
Expand Down

0 comments on commit ab0b6e2

Please sign in to comment.