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 support for Python 3.12 and clean up ini files #114

Merged
merged 9 commits into from
Jun 26, 2024
Merged

Add support for Python 3.12 and clean up ini files #114

merged 9 commits into from
Jun 26, 2024

Conversation

martinvonk
Copy link
Contributor

No description provided.

@martinvonk
Copy link
Contributor Author

martinvonk commented Mar 25, 2024

Pastas <= 1.01 fails because of ModuleNotFoundError: No module named 'distutils'

Pastas > 1.01 fails because of

ERROR: Could not find a version that satisfies the requirement arcticdb; extra == "arcticdb" (from pastastore[arcticdb,lint,optional]) (from versions: none)
ERROR: No matching distribution found for arcticdb; extra == "arcticdb"

@martinvonk martinvonk self-assigned this Mar 25, 2024
Copy link
Member

@dbrakenhoff dbrakenhoff left a comment

Choose a reason for hiding this comment

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

Note:

  • Python 3.12 not working for older versions of pastas <=1.0.1
  • ArcticDB does not have Python 3.12 support yet. Skip testing ArcticDB for Python 3.12 for now.

@dbrakenhoff dbrakenhoff merged commit f5118ed into dev Jun 26, 2024
22 checks passed
@dbrakenhoff dbrakenhoff deleted the py312 branch June 26, 2024 12:55
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