Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
pyproject.toml: project.requires-python = ">=3.11.1,<3.11.2" (#8229)
* pyproject.toml: [project] requires-python = 3.11.1 * actions/setup-python with python-version-file: pyproject.toml * Update python_tests.yml * pyproject.toml project.requires-python = "3.11.1" * pyproject.toml project.requires-python = '3.11.1' * pyproject.toml project.requires-python = 3.11 * pyproject.toml project.requires-python = "3.11" * pyproject.toml: project.requires-python = "==3.11.1" * pyproject.toml: project.requires-python = "~=3.11.1" * pyproject.toml: project.requires-python = "==3.11.1" * pyproject.toml: project.requires-python = "== 3.11.1" * pyproject.toml: project.requires-python = ">=3.11.1,<3.11.2"
- Loading branch information