Skip to content

Commit

Permalink
sort requirements-extras, don't test against 3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
jakkdl committed Jun 17, 2024
1 parent 1c25f94 commit 873bbe0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
python-version: ['3.13-dev']
python-version: ['3.12']
steps:
- uses: actions/checkout@v3
- name: Setup Python
Expand Down
2 changes: 1 addition & 1 deletion requirements-extras.in
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# requirements for `make lint/docs/publish`
pylint
mypy
pylint
sphinx
sphinxcontrib-trio
sphinx_rtd_theme
Expand Down

0 comments on commit 873bbe0

Please sign in to comment.