Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Python 3.13 and 3.14 into the matrix. #151

Merged
merged 1 commit into from
Oct 28, 2024
Merged

Add Python 3.13 and 3.14 into the matrix. #151

merged 1 commit into from
Oct 28, 2024

Conversation

jaraco
Copy link
Owner

@jaraco jaraco commented Oct 28, 2024

No description provided.

@jaraco jaraco merged commit db4dfc4 into main Oct 28, 2024
52 of 60 checks passed
@jaraco jaraco deleted the feature/py314 branch October 28, 2024 16:11
clrpackages pushed a commit to clearlinux-pkgs/pypi-zipp that referenced this pull request Nov 18, 2024
…n 3.21.0

Anderson Bravalheri (1):
      Bump pre-commit hook for ruff to avoid clashes with pytest-ruff (jaraco/skeleton#150)

Jan Hicken (1):
      Skip `zipfile.Path.exists` check in write mode (python/cpython#126576)

Jason R. Coombs (8):
      Sort imports
      Rely on cached_property to cache values on the instance.
      Rely on save_method_args to save method args.
      Add Python 3.13 and 3.14 into the matrix. (jaraco/skeleton#151)
      Include pyproject.toml in ruff.toml.
      Require Python 3.9 or later now that Python 3.8 is EOL.
      Use extend for proper workaround.
      Finalize
clrpackages pushed a commit to clearlinux-pkgs/pypi-setuptools that referenced this pull request Nov 18, 2024
…version 75.4.0

Anders Theet (1):
      Use minimum requirement for jaraco.functools

Anderson Bravalheri (29):
      Bump pre-commit hook for ruff to avoid clashes with pytest-ruff (jaraco/skeleton#150)
      Bump Python version for `pyright` GHA
      Remove actions on 3.8 for macos
      Fix ruff config
      Bump min Python version in comments for typechecker configs
      Let test for deprecated codepath xfail on macOS
      Mention that type-stubs need to be contained in a package directory.
      Move setuptools._path.StrPath out of the TYPE_CHECKING check (Python 3.9+)
      Add comment explaining the origin of workaround for splituser
      Automatic updates from Ruff for Python 3.9+
      Fix remaining ruff error
      Bump version check in pkg_resources
      Remove 'm' SOABI flag that no longer exists in 3.9+
      Remove old unnecessary workaround for towncrier
      Remove conditional requirement on importlib_resources in favour of importlib.resources
      Update dependency on pyproject-hooks so that it accepts newer versions
      Removed vendored version of importlib_resources
      Add news fragments
      Remove unused vars or mark them explicitly
      Allow user to skip validation of pyproject.toml via env var
      Add news fragment
      Extract convenience wrapper of rmtree to setuptools._shutil for reuse
      Extract common pattern to remove dir if exists to setuptools._shutil
      Attempt to solve typechecking problems
      Ignore some lines for coverage
      Refactor usage of shutil.rmtree in other parts of setuptools
      Add docstring
      Extract test for shutil.rmtree callback to its own file
      Bump version: 75.3.0 → 75.4.0

Avasam (13):
      pkg_resources ANN2 autofixes
      Sync with typeshed
      Consistently using `sys.version_info` as a `NamedTuple`
      Disallow blanket and unused suppressions (PGH, RUF10)
      Add fake __getattribute__ to AbstractSandbox to let type-checkers know it has a bunch of dynamic methods
      setuptools ANN201 autofixes for fully untyped functions
      Re-enable ANN2 for setuptools
      fix mypy failure after multiple merges
      Merge TypedDict from typeshed
      Deprecation warning for setuptools.command._install
      Ruff: lint pytest
      Set Ruff's pytest's parametrize-names-type to default (tuple)
      ANN204 (missing return type for special methods) autofixes

Jason R. Coombs (9):
      Restore expectation that mkpath returns a list of the items it created.
      Remove support for returning the directories created in mkpath, unused.
      Add test capturing missed expectation.
      Correct the order of operations to ensure that failed attempts aren't cached and are thus retried on subsequent operations.
      Add Python 3.13 and 3.14 into the matrix. (jaraco/skeleton#151)
      Include pyproject.toml in ruff.toml.
      Require Python 3.9 or later now that Python 3.8 is EOL.
      Use extend for proper workaround.
      Add news fragment.

Marc Mueller (3):
      Fix formatting and imports for Python 3.9
      Update vendored packaging version to 24.2
      Fix test

dependabot[bot] (1):
      Update mypy requirement from ==1.12.* to >=1.12,<1.14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant