Skip to content

Conversation

@dotlambda
Copy link

No description provided.

Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR modernizes the codebase by replacing the external async-timeout dependency with Python's built-in asyncio.timeout context manager, which was introduced in Python 3.11.

  • Removes dependency on external async-timeout library
  • Updates minimum Python version requirement from 3.8 to 3.11
  • Simplifies dependencies by using standard library functionality

Reviewed Changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.

File Description
setup.py Updates minimum Python version to 3.11 and removes Python 3.9 classifier
geocachingapi/geocachingapi.py Removes async-timeout import and replaces usage with asyncio.timeout

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

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.

2 participants