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

[Question] Can you use this library for Python 3.10? #50

Closed
Martin15135215 opened this issue Oct 6, 2023 · 2 comments
Closed

[Question] Can you use this library for Python 3.10? #50

Martin15135215 opened this issue Oct 6, 2023 · 2 comments

Comments

@Martin15135215
Copy link

seput.py does not contain Python 3.10

calfem-python/setup.py

Lines 65 to 72 in b9ea36d

# Specify the Python versions you support here. In particular, ensure
# that you indicate whether you support Python 2, Python 3 or both.
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
],

@Martin15135215
Copy link
Author

Python 3.7 is end-of-life → see here

@jonaslindemann
Copy link
Contributor

Fixed.

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

No branches or pull requests

2 participants