Skip to content

Commit 3bd450d

Browse files
committed
initial
1 parent e45a6e2 commit 3bd450d

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@ jobs:
1111
runs-on: ubuntu-latest
1212
strategy:
1313
matrix:
14-
python-version: [3.9, 3.10, 3.11]
14+
python-version: ['3.10', '3.11', '3.12']
1515

1616
steps:
17-
- uses: actions/checkout@v3
17+
- uses: actions/checkout@v4
1818

1919
- name: Set up Python ${{ matrix.python-version }}
20-
uses: actions/setup-python@v4
20+
uses: actions/setup-python@v5
2121
with:
2222
python-version: ${{ matrix.python-version }}
2323

@@ -36,7 +36,7 @@ jobs:
3636
pytest --cov=. --cov-report=xml
3737
3838
- name: Upload coverage to Codecov
39-
uses: codecov/codecov-action@v3
39+
uses: codecov/codecov-action@v4
4040
with:
4141
file: ./coverage.xml
4242
fail_ci_if_error: true

.gitignore

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,6 @@ ehthumbs_vista.db
8686
.fuse_hidden*
8787
.directory
8888
.Trash-*
89-
.nfs*
89+
.nfs*
9090

91-
data/
91+
data/

0 commit comments

Comments
 (0)