-
Notifications
You must be signed in to change notification settings - Fork 81
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
Add support for Python 3.12 #1272
Merged
Merged
Commits on Jan 11, 2024
-
Bump the dev-dependencies group with 13 updates
Bumps the dev-dependencies group with 13 updates: | Package | From | To | | --- | --- | --- | | [pytest](https://github.com/pytest-dev/pytest) | `7.4.0` | `7.4.4` | | [black](https://github.com/psf/black) | `23.7.0` | `23.12.1` | | [poethepoet](https://github.com/nat-n/poethepoet) | `0.22.0` | `0.24.4` | | [coverage](https://github.com/nedbat/coveragepy) | `7.3.0` | `7.4.0` | | [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) | `0.21.1` | `0.23.3` | | [pylint](https://github.com/pylint-dev/pylint) | `2.17.5` | `3.0.3` | | [setuptools](https://github.com/pypa/setuptools) | `68.1.2` | `69.0.3` | | [pytest-mock](https://github.com/pytest-dev/pytest-mock) | `3.11.1` | `3.12.0` | | [pytest-xdist](https://github.com/pytest-dev/pytest-xdist) | `3.3.1` | `3.5.0` | | [pyright](https://github.com/RobertCraigie/pyright-python) | `1.1.325` | `1.1.345` | | [isort](https://github.com/pycqa/isort) | `5.12.0` | `5.13.2` | | [pytest-rerunfailures](https://github.com/pytest-dev/pytest-rerunfailures) | `12.0` | `13.0` | | [cairo-lang](https://github.com/starkware-libs/cairo-lang) | `0.12.2` | `0.13.0` | Updates `pytest` from 7.4.0 to 7.4.4 - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](pytest-dev/pytest@7.4.0...7.4.4) Updates `black` from 23.7.0 to 23.12.1 - [Release notes](https://github.com/psf/black/releases) - [Changelog](https://github.com/psf/black/blob/main/CHANGES.md) - [Commits](psf/black@23.7.0...23.12.1) Updates `poethepoet` from 0.22.0 to 0.24.4 - [Release notes](https://github.com/nat-n/poethepoet/releases) - [Commits](nat-n/poethepoet@v0.22.0...v0.24.4) Updates `coverage` from 7.3.0 to 7.4.0 - [Release notes](https://github.com/nedbat/coveragepy/releases) - [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst) - [Commits](nedbat/coveragepy@7.3.0...7.4.0) Updates `pytest-asyncio` from 0.21.1 to 0.23.3 - [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases) - [Commits](pytest-dev/pytest-asyncio@v0.21.1...v0.23.3) Updates `pylint` from 2.17.5 to 3.0.3 - [Release notes](https://github.com/pylint-dev/pylint/releases) - [Commits](pylint-dev/pylint@v2.17.5...v3.0.3) Updates `setuptools` from 68.1.2 to 69.0.3 - [Release notes](https://github.com/pypa/setuptools/releases) - [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst) - [Commits](pypa/setuptools@v68.1.2...v69.0.3) Updates `pytest-mock` from 3.11.1 to 3.12.0 - [Release notes](https://github.com/pytest-dev/pytest-mock/releases) - [Changelog](https://github.com/pytest-dev/pytest-mock/blob/main/CHANGELOG.rst) - [Commits](pytest-dev/pytest-mock@v3.11.1...v3.12.0) Updates `pytest-xdist` from 3.3.1 to 3.5.0 - [Release notes](https://github.com/pytest-dev/pytest-xdist/releases) - [Changelog](https://github.com/pytest-dev/pytest-xdist/blob/master/CHANGELOG.rst) - [Commits](pytest-dev/pytest-xdist@v3.3.1...v3.5.0) Updates `pyright` from 1.1.325 to 1.1.345 - [Release notes](https://github.com/RobertCraigie/pyright-python/releases) - [Commits](RobertCraigie/pyright-python@v1.1.325...v1.1.345) Updates `isort` from 5.12.0 to 5.13.2 - [Release notes](https://github.com/pycqa/isort/releases) - [Changelog](https://github.com/PyCQA/isort/blob/main/CHANGELOG.md) - [Commits](PyCQA/isort@5.12.0...5.13.2) Updates `pytest-rerunfailures` from 12.0 to 13.0 - [Changelog](https://github.com/pytest-dev/pytest-rerunfailures/blob/master/CHANGES.rst) - [Commits](pytest-dev/pytest-rerunfailures@12.0...13.0) Updates `cairo-lang` from 0.12.2 to 0.13.0 - [Release notes](https://github.com/starkware-libs/cairo-lang/releases) - [Commits](starkware-libs/cairo-lang@v0.12.2...v0.13.0) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: black dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-dependencies - dependency-name: poethepoet dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-dependencies - dependency-name: coverage dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-dependencies - dependency-name: pytest-asyncio dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-dependencies - dependency-name: pylint dependency-type: direct:development update-type: version-update:semver-major dependency-group: dev-dependencies - dependency-name: setuptools dependency-type: direct:development update-type: version-update:semver-major dependency-group: dev-dependencies - dependency-name: pytest-mock dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-dependencies - dependency-name: pytest-xdist dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-dependencies - dependency-name: pyright dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: isort dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-dependencies - dependency-name: pytest-rerunfailures dependency-type: direct:development update-type: version-update:semver-major dependency-group: dev-dependencies - dependency-name: cairo-lang dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 047b0c2 - Browse repository at this point
Copy the full SHA 047b0c2View commit details
Commits on Jan 19, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 64a2940 - Browse repository at this point
Copy the full SHA 64a2940View commit details
Commits on Jan 23, 2024
-
Configuration menu - View commit details
-
Copy full SHA for fce1523 - Browse repository at this point
Copy the full SHA fce1523View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5907b65 - Browse repository at this point
Copy the full SHA 5907b65View commit details -
Configuration menu - View commit details
-
Copy full SHA for 432ccdb - Browse repository at this point
Copy the full SHA 432ccdbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5a2e1ab - Browse repository at this point
Copy the full SHA 5a2e1abView commit details
Commits on Jan 24, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 26808d4 - Browse repository at this point
Copy the full SHA 26808d4View commit details -
Configuration menu - View commit details
-
Copy full SHA for a6d542e - Browse repository at this point
Copy the full SHA a6d542eView commit details -
Configuration menu - View commit details
-
Copy full SHA for a8dc9ea - Browse repository at this point
Copy the full SHA a8dc9eaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 968df99 - Browse repository at this point
Copy the full SHA 968df99View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9f02e73 - Browse repository at this point
Copy the full SHA 9f02e73View commit details -
Configuration menu - View commit details
-
Copy full SHA for 04b659a - Browse repository at this point
Copy the full SHA 04b659aView commit details -
Co-authored-by: ddoktorski <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 44f34d1 - Browse repository at this point
Copy the full SHA 44f34d1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6e0dbb1 - Browse repository at this point
Copy the full SHA 6e0dbb1View commit details
Commits on Feb 1, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 3ac813c - Browse repository at this point
Copy the full SHA 3ac813cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6e22efc - Browse repository at this point
Copy the full SHA 6e22efcView commit details -
Merge branch 'dependabot/pip/dev-dependencies-79788bbfd5' into tomasz…
…kumor/python-3.12-support
Configuration menu - View commit details
-
Copy full SHA for 64b4fb1 - Browse repository at this point
Copy the full SHA 64b4fb1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 071903d - Browse repository at this point
Copy the full SHA 071903dView commit details -
Merge branch 'dependabot/pip/dev-dependencies-79788bbfd5' into tomasz…
…kumor/python-3.12-support
Configuration menu - View commit details
-
Copy full SHA for f2167ce - Browse repository at this point
Copy the full SHA f2167ceView commit details -
Configuration menu - View commit details
-
Copy full SHA for c55b3b2 - Browse repository at this point
Copy the full SHA c55b3b2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7a9b3ca - Browse repository at this point
Copy the full SHA 7a9b3caView commit details -
Configuration menu - View commit details
-
Copy full SHA for d41b507 - Browse repository at this point
Copy the full SHA d41b507View commit details -
Configuration menu - View commit details
-
Copy full SHA for e39ca94 - Browse repository at this point
Copy the full SHA e39ca94View commit details -
Configuration menu - View commit details
-
Copy full SHA for 953a4c0 - Browse repository at this point
Copy the full SHA 953a4c0View commit details -
Configuration menu - View commit details
-
Copy full SHA for f92198c - Browse repository at this point
Copy the full SHA f92198cView commit details -
Configuration menu - View commit details
-
Copy full SHA for a0bafb6 - Browse repository at this point
Copy the full SHA a0bafb6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 95a1e9e - Browse repository at this point
Copy the full SHA 95a1e9eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 052e913 - Browse repository at this point
Copy the full SHA 052e913View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5711bf5 - Browse repository at this point
Copy the full SHA 5711bf5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 930221a - Browse repository at this point
Copy the full SHA 930221aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 29d7c64 - Browse repository at this point
Copy the full SHA 29d7c64View commit details
Commits on Feb 2, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 65f5026 - Browse repository at this point
Copy the full SHA 65f5026View commit details
Commits on Feb 5, 2024
-
Configuration menu - View commit details
-
Copy full SHA for f7c1365 - Browse repository at this point
Copy the full SHA f7c1365View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9770e91 - Browse repository at this point
Copy the full SHA 9770e91View commit details
Commits on Feb 7, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 2aa8c69 - Browse repository at this point
Copy the full SHA 2aa8c69View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7c4232b - Browse repository at this point
Copy the full SHA 7c4232bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8a5a568 - Browse repository at this point
Copy the full SHA 8a5a568View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3037c25 - Browse repository at this point
Copy the full SHA 3037c25View commit details
Commits on Feb 8, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 66753cb - Browse repository at this point
Copy the full SHA 66753cbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 47dba76 - Browse repository at this point
Copy the full SHA 47dba76View commit details -
Configuration menu - View commit details
-
Copy full SHA for d7437a4 - Browse repository at this point
Copy the full SHA d7437a4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3c5f64f - Browse repository at this point
Copy the full SHA 3c5f64fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4d28dd6 - Browse repository at this point
Copy the full SHA 4d28dd6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4252ad6 - Browse repository at this point
Copy the full SHA 4252ad6View commit details -
Configuration menu - View commit details
-
Copy full SHA for ffb540f - Browse repository at this point
Copy the full SHA ffb540fView commit details
Commits on Feb 9, 2024
-
Co-authored-by: ddoktorski <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b175700 - Browse repository at this point
Copy the full SHA b175700View commit details -
Update .github/workflows/checks.yml
Co-authored-by: ddoktorski <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ccfaa88 - Browse repository at this point
Copy the full SHA ccfaa88View commit details -
Configuration menu - View commit details
-
Copy full SHA for c17bc1b - Browse repository at this point
Copy the full SHA c17bc1bView commit details -
Configuration menu - View commit details
-
Copy full SHA for a97d06a - Browse repository at this point
Copy the full SHA a97d06aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2c85691 - Browse repository at this point
Copy the full SHA 2c85691View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.