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

OpenSpiel 1.5 Preparation: Remove support for Python 3.8 #1195

Merged
merged 3 commits into from
Apr 5, 2024

Conversation

lanctot
Copy link
Collaborator

@lanctot lanctot commented Apr 4, 2024

Remove support for Python 3.8.

EOL is October, so this is slightly premature... but it has been causing problems with CI and wheels tests for a while now. Also it does not support the new style for annotations which has caused issues several times with interoperability with internal code. At this point it has become a bit difficult to maintain, so users who need Python 3.8 support should install OpenSpiel 1.4.

Also: update OpenSpiel version to 1.5 in setup.py in preparation of release.

lanctot added 3 commits April 4, 2024 11:20
- upgrade requirements to Python >= 3.9
- increase version to 1.5 in preparation of release
@lanctot lanctot changed the title Remove support for Python 3.8 Remove support for Python 3.8 and update version Apr 4, 2024
@lanctot lanctot changed the title Remove support for Python 3.8 and update version OpenSpiel 1.5 Preparation: Remove support for Python 3.8 Apr 4, 2024
@lanctot lanctot merged commit eb18a3b into master Apr 5, 2024
12 checks passed
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.

1 participant