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

Bump version to 3.10 #21

Merged
merged 4 commits into from
Aug 9, 2022
Merged

Bump version to 3.10 #21

merged 4 commits into from
Aug 9, 2022

Conversation

ewindels
Copy link
Collaborator

@ewindels ewindels commented Aug 9, 2022

Description

Upgrading python version to 3.10 (now that StellarGraph is gone 🎉)

@@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.8", "3.9"]
python-version: ["3.8", "3.9", "3.10"]
Copy link
Owner

@pedugnat pedugnat Aug 9, 2022

Choose a reason for hiding this comment

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

I guess the major thing with current PR is that python-version will only be ["3.10"] and not ["3.8", "3.9", "3.10"] no ? A lot of new features are not backward compatible (cf. CI)

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

It would be best if we only supported 3.10 yes but I wanted to make sure that was ok with you before scrapping 3.8 altogether

@ewindels ewindels changed the title Bump verson to 3.10 Bump version to 3.10 Aug 9, 2022
@ewindels ewindels requested a review from pedugnat August 9, 2022 20:23
@ewindels ewindels merged commit f460921 into master Aug 9, 2022
@ewindels ewindels deleted the 3-10-migration branch August 9, 2022 20:24
pedugnat added a commit that referenced this pull request Aug 11, 2022
This reverts commit f460921.

	modifié :         .github/workflows/build.yml
	modifié :         .gitignore
	modifié :         .pre-commit-config.yaml
	modifié :         cookiecutter-config-file.yml
	modifié :         dynnode2vec/biased_random_walk.py
	modifié :         dynnode2vec/dynnode2vec.py
	modifié :         dynnode2vec/utils.py
	modifié :         poetry.lock
	modifié :         pyproject.toml
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