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

build: Update Python requirement to 3.10 #660

Merged
merged 32 commits into from
Apr 17, 2024
Merged

Conversation

samjwu
Copy link
Member

@samjwu samjwu commented Feb 21, 2024

Replicates #445

To resolve merge conflicts

The next release of sphinx-book-theme will require python >= 3.9, so
we have to update the minimum requirement from 3.8.

While at it, let's update to 3.10, available in the latest Ubuntu LTS
22.04 (3.8 is the latest supported in 20.04)

BREAKING CHANGE: This requires updating `.readthedocs.yaml` (`tools.python`)
  and re-generating `requirements.txt` for all dependent projects.
@samjwu samjwu requested review from Maetveis and saadrahim February 21, 2024 20:22
@samjwu samjwu self-assigned this Feb 21, 2024
samjwu and others added 22 commits February 21, 2024 14:03
Bumps [virtualenv](https://github.com/pypa/virtualenv) from 20.25.0 to 20.25.1.
- [Release notes](https://github.com/pypa/virtualenv/releases)
- [Changelog](https://github.com/pypa/virtualenv/blob/main/docs/changelog.rst)
- [Commits](pypa/virtualenv@20.25.0...20.25.1)

---
updated-dependencies:
- dependency-name: virtualenv
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [commitizen](https://github.com/commitizen-tools/commitizen) from 3.15.0 to 3.16.0.
- [Release notes](https://github.com/commitizen-tools/commitizen/releases)
- [Changelog](https://github.com/commitizen-tools/commitizen/blob/master/CHANGELOG.md)
- [Commits](commitizen-tools/commitizen@v3.15.0...v3.16.0)

---
updated-dependencies:
- dependency-name: commitizen
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.0.1 to 8.0.2.
- [Release notes](https://github.com/pytest-dev/pytest/releases)
- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst)
- [Commits](pytest-dev/pytest@8.0.1...8.0.2)

---
updated-dependencies:
- dependency-name: pytest
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [cryptography](https://github.com/pyca/cryptography) from 42.0.4 to 42.0.5.
- [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst)
- [Commits](pyca/cryptography@42.0.4...42.0.5)

---
updated-dependencies:
- dependency-name: cryptography
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [typing-extensions](https://github.com/python/typing_extensions) from 4.9.0 to 4.10.0.
- [Release notes](https://github.com/python/typing_extensions/releases)
- [Changelog](https://github.com/python/typing_extensions/blob/main/CHANGELOG.md)
- [Commits](python/typing_extensions@4.9.0...4.10.0)

---
updated-dependencies:
- dependency-name: typing-extensions
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Revert "refactor: fixes for isort"

This reverts commit 84b32ae.

refactor: fixes for isort

Revert "refactor: fixes for isort"

This reverts commit 84b32ae.
Conflict between isort and mypy
@samjwu samjwu requested a review from a team as a code owner February 28, 2024 00:44
@samjwu
Copy link
Member Author

samjwu commented Feb 29, 2024

re: merge in immediately after next minor release

@samjwu samjwu merged commit 663ba2e into ROCm:develop Apr 17, 2024
7 checks passed
@samjwu samjwu deleted the python310 branch April 17, 2024 22:39
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.

3 participants