Skip to content
This repository has been archived by the owner on Feb 18, 2024. It is now read-only.

Commit

Permalink
ci: test with Python 3.12 and remove pre-commit action
Browse files Browse the repository at this point in the history
Signed-off-by: Avi Miller <me@dje.li>
  • Loading branch information
Djelibeybi committed Jan 27, 2024
1 parent 4471e22 commit ce40c4f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,6 @@ concurrency:
cancel-in-progress: true

jobs:
lint:
name: Lint source code
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
- uses: actions/setup-python@v5
with:
python-version: "3.11"
- uses: pre-commit/action@v3.0.0

# Make sure commit messages follow the conventional commits convention:
# https://www.conventionalcommits.org
Expand All @@ -52,6 +43,7 @@ jobs:
matrix:
python-version:
- "3.11"
- "3.12"
os:
- ubuntu-latest
- windows-latest
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: "3.11"
python-version: "3.12"

- uses: snok/install-poetry@v1.3.4

Expand Down

0 comments on commit ce40c4f

Please sign in to comment.