Skip to content

Commit

Permalink
Merge pull request #48 from mdsol/feature/update_gha
Browse files Browse the repository at this point in the history
Update GHA files
  • Loading branch information
ejinotti-mdsol authored Jan 23, 2024
2 parents 697c471 + 8e1a887 commit 54255c4
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 20 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ jobs:
name: 🧹 Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Install poetry
run: pipx install poetry==1.4.2
run: pipx install poetry==1.7.1
- name: Set up Python 3.11
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: "3.11"
cache: 'poetry'
Expand All @@ -27,7 +27,7 @@ jobs:
strategy:
matrix:
os: [Ubuntu, macOS, Windows]
python-version: ["3.8", "3.9", "3.10", "3.11"]
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
include:
- os: Ubuntu
image: ubuntu-latest
Expand All @@ -37,13 +37,13 @@ jobs:
image: macos-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
submodules: true
- name: Install poetry
run: pipx install poetry==1.4.2
run: pipx install poetry==1.7.1
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
uses: actions/setup-python@v5
id: python-setup
with:
python-version: ${{ matrix.python-version }}
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ jobs:
name: 📦 Publish
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Install poetry
run: pipx install poetry==1.4.2
run: pipx install poetry==1.7.1
- name: Set up Python 3.11
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: "3.11"
cache: 'poetry'
Expand Down
18 changes: 9 additions & 9 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 @@ -36,7 +36,7 @@ python-dateutil = "^2.8"
requests-mock = "^1.7"
pytest = "^7"
pytest-cov = "^4"
pytest-freezegun = "^0.4"
pytest-freezer = "^0.4"
pytest-randomly = "^3.11"
pytest-subtests = "^0.10"
flake8 = "^3.7"
Expand Down

0 comments on commit 54255c4

Please sign in to comment.