Skip to content

Commit 54255c4

Browse files
Merge pull request #48 from mdsol/feature/update_gha
Update GHA files
2 parents 697c471 + 8e1a887 commit 54255c4

File tree

4 files changed

+20
-20
lines changed

4 files changed

+20
-20
lines changed

.github/workflows/check.yaml

+7-7
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ jobs:
99
name: 🧹 Lint
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/checkout@v3
12+
- uses: actions/checkout@v4
1313
- name: Install poetry
14-
run: pipx install poetry==1.4.2
14+
run: pipx install poetry==1.7.1
1515
- name: Set up Python 3.11
16-
uses: actions/setup-python@v4
16+
uses: actions/setup-python@v5
1717
with:
1818
python-version: "3.11"
1919
cache: 'poetry'
@@ -27,7 +27,7 @@ jobs:
2727
strategy:
2828
matrix:
2929
os: [Ubuntu, macOS, Windows]
30-
python-version: ["3.8", "3.9", "3.10", "3.11"]
30+
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
3131
include:
3232
- os: Ubuntu
3333
image: ubuntu-latest
@@ -37,13 +37,13 @@ jobs:
3737
image: macos-latest
3838

3939
steps:
40-
- uses: actions/checkout@v3
40+
- uses: actions/checkout@v4
4141
with:
4242
submodules: true
4343
- name: Install poetry
44-
run: pipx install poetry==1.4.2
44+
run: pipx install poetry==1.7.1
4545
- name: Set up Python ${{ matrix.python-version }}
46-
uses: actions/setup-python@v4
46+
uses: actions/setup-python@v5
4747
id: python-setup
4848
with:
4949
python-version: ${{ matrix.python-version }}

.github/workflows/release.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ jobs:
99
name: 📦 Publish
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/checkout@v3
12+
- uses: actions/checkout@v4
1313
- name: Install poetry
14-
run: pipx install poetry==1.4.2
14+
run: pipx install poetry==1.7.1
1515
- name: Set up Python 3.11
16-
uses: actions/setup-python@v4
16+
uses: actions/setup-python@v5
1717
with:
1818
python-version: "3.11"
1919
cache: 'poetry'

poetry.lock

+9-9
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ python-dateutil = "^2.8"
3636
requests-mock = "^1.7"
3737
pytest = "^7"
3838
pytest-cov = "^4"
39-
pytest-freezegun = "^0.4"
39+
pytest-freezer = "^0.4"
4040
pytest-randomly = "^3.11"
4141
pytest-subtests = "^0.10"
4242
flake8 = "^3.7"

0 commit comments

Comments
 (0)