Skip to content

Commit

Permalink
Merge pull request #362 from Tishka17/feature/python-3.12
Browse files Browse the repository at this point in the history
add 3.12 in CI
  • Loading branch information
Tishka17 committed Feb 1, 2024
2 parents 00fa375 + 14c85d3 commit 3f3444b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/setup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,12 @@ jobs:
- "3.9"
- "3.10"
- "3.11"
- "3.12"

steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }} on ${{ matrix.os }}
uses: actions/setup-python@v2
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}

Expand Down
3 changes: 1 addition & 2 deletions requirements_dev.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
vulture
flake8==3.*
flake8==7.*
flake8-blind-except
flake8-bugbear
flake8-builtins
flake8-cognitive-complexity
flake8-commas
flake8-comprehensions
flake8-docstrings
flake8-eradicate
Expand Down

0 comments on commit 3f3444b

Please sign in to comment.