Skip to content

Commit

Permalink
Test Python 3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
JelleZijlstra committed Oct 11, 2024
1 parent 6245c10 commit f1d6c20
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ jobs:
- name: py312
python: "3.12"
toxenv: py312
- name: py313
python: "3.13"
toxenv: py313
- name: black
python: "3.12"
toxenv: black
Expand Down
1 change: 1 addition & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

## Unreleased

- Add support for Python 3.13 (#824)
- Drop support for Python 3.8 (#820)
- Flag invalid regexes in arguments to functions like
`re.search` (#816)
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
],
keywords="quora static analysis",
packages=["pyanalyze"],
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ commands =

[testenv:ruff]
deps =
ruff==0.2.2
ruff==0.6.9

commands =
ruff check pyanalyze/

0 comments on commit f1d6c20

Please sign in to comment.