Skip to content

Commit

Permalink
Merge pull request #73 from chemelli74/cheelli74-ci
Browse files Browse the repository at this point in the history
build: switch CI to python 3.11
  • Loading branch information
chemelli74 authored Jan 19, 2024
2 parents 6fcfe36 + aae08b5 commit c3f2157
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 52 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: "3.10"
python-version: "3.11"
- uses: pre-commit/action@v3.0.0

# Make sure commit messages follow the conventional commits convention:
Expand All @@ -40,9 +40,8 @@ jobs:
fail-fast: false
matrix:
python-version:
- "3.10"
- "3.11"
# - "3.12-dev"
- "3.12"
os:
- ubuntu-latest
- windows-latest
Expand Down
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ repos:
- id: poetry-check
args: ["--lock"]
- repo: https://github.com/pre-commit/mirrors-prettier
rev: v4.0.0-alpha.8
rev: v3.1.0
hooks:
- id: prettier
args: ["--tab-width", "2"]
Expand Down
55 changes: 8 additions & 47 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ packages = [
"Changelog" = "https://github.com/chemelli74/aiovodafone/blob/main/CHANGELOG.md"

[tool.poetry.dependencies]
python = "^3.10"
python = "^3.11"
aiohttp = "*"
beautifulsoup4 = "*"

Expand Down

0 comments on commit c3f2157

Please # to comment.