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

Fix the incompatibility with Python 3.12 and drop the support for 3.7 #181

Merged

Conversation

BewareMyPower
Copy link
Contributor

Motivation

The avro component cannot be installed with Python 3.12 because the depended fastavro dependency is 1.7.3, which is not compatible with Python 3.12. However, the newer fastavro dependencies all do not support Python 3.7, which has already reached the EOL (2023-06-27).

Modifications

  • Upgrade the fastavro dependency to 1.9.2
  • Add the workflows to run tests for the lowest and highest supported Python versions (3.8 and 3.12).
  • Fix the documents

@BewareMyPower BewareMyPower added the bug Something isn't working label Dec 25, 2023
@BewareMyPower BewareMyPower added this to the 3.4.0 milestone Dec 25, 2023
@BewareMyPower BewareMyPower self-assigned this Dec 25, 2023
@BewareMyPower BewareMyPower marked this pull request as draft December 25, 2023 12:07
@BewareMyPower BewareMyPower marked this pull request as ready for review December 25, 2023 12:15
### Motivation

The `avro` component cannot be installed with Python 3.12 because the
depended `fastavro` dependency is 1.7.3, which is not compatible with
Python 3.12. However, the newer fastavro dependencies all do not support
Python 3.7, which has already reached the EOL (2023-06-27).

### Modifications

- Upgrade the fastavro dependency to 1.9.2
- Add the workflows to run tests for the lowest and highest supported
  Python versions (3.8 and 3.12).
- Fix the documents
@BewareMyPower BewareMyPower marked this pull request as draft December 26, 2023 03:17
@BewareMyPower BewareMyPower marked this pull request as ready for review December 26, 2023 04:07
@BewareMyPower BewareMyPower merged commit daabc67 into apache:main Dec 26, 2023
8 checks passed
RobertIndie pushed a commit that referenced this pull request Dec 26, 2023
…#181)

### Motivation

The `avro` component cannot be installed with Python 3.12 because the
depended `fastavro` dependency is 1.7.3, which is not compatible with
Python 3.12. However, the newer fastavro dependencies all do not support
Python 3.7, which has already reached the EOL (2023-06-27).

### Modifications

- Upgrade the fastavro dependency to 1.9.2
- Add the workflows to run tests for the lowest and highest supported
  Python versions (3.8 and 3.12).
- Fix the documents

(cherry picked from commit daabc67)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants