Skip to content

Commit

Permalink
fix(abt): move to 3.13 stable
Browse files Browse the repository at this point in the history
  • Loading branch information
y3rsh committed Oct 9, 2024
1 parent e9dc78a commit 304eeed
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/analyses-snapshot-lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Setup Python
uses: 'actions/setup-python@v5'
with:
python-version: '3.13.0-rc.3'
python-version: '3.13.0'
cache: 'pipenv'
cache-dependency-path: analyses-snapshot-testing/Pipfile.lock
- name: Setup
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/analyses-snapshot-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
- name: Set up Python 3.13
uses: actions/setup-python@v5
with:
python-version: '3.13.0-rc.3'
python-version: '3.13.0'
cache: 'pipenv'
cache-dependency-path: analyses-snapshot-testing/Pipfile.lock

Expand Down
2 changes: 1 addition & 1 deletion analyses-snapshot-testing/mypy.ini
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ disallow_any_generics = true
check_untyped_defs = true
no_implicit_reexport = true
exclude = "__init__.py"
python_version = 3.12
python_version = 3.13
plugins = pydantic.mypy

[pydantic-mypy]
Expand Down

0 comments on commit 304eeed

Please sign in to comment.