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

Should specify a minimum python version #45

Open
bhaddow opened this issue Aug 9, 2024 · 4 comments
Open

Should specify a minimum python version #45

bhaddow opened this issue Aug 9, 2024 · 4 comments
Assignees
Labels
bug Something isn't working

Comments

@bhaddow
Copy link
Contributor

bhaddow commented Aug 9, 2024

I think it is 3.10 (3.9 does not work because of Path.hardlink_to()

@varisd
Copy link
Contributor

varisd commented Aug 9, 2024

Thanks for confirming. I am currently using Python 3.10. Is that ok with everyone or should we "downgrade" (I would have to look for a proper replacement for the hardlink_to and possibly some other stuff).

@bhaddow
Copy link
Contributor Author

bhaddow commented Aug 9, 2024

I don't think we need to downgrade. 3.10 is already 3 years old.

@rggdmonk
Copy link
Contributor

@varisd https://devguide.python.org/versions/ maybe < 3.12 ?

@rggdmonk rggdmonk added the bug Something isn't working label Aug 12, 2024
@rggdmonk rggdmonk self-assigned this Aug 12, 2024
@varisd
Copy link
Contributor

varisd commented Aug 12, 2024

How about 3.10, 3.11 and 3.12 (since <=3.9 would require downgrade)?

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

No branches or pull requests

3 participants