Skip to content

Commit

Permalink
Deps (#54)
Browse files Browse the repository at this point in the history
* deps and github actions updates
  • Loading branch information
guillp authored Apr 15, 2024
1 parent c6a3856 commit cb8c983
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ jobs:
- uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-versions }}
allow-prereleases: true

- name: Install dependencies
run: |
Expand Down Expand Up @@ -71,7 +72,7 @@ jobs:
- name: list files
run: ls -l .

- uses: codecov/codecov-action@v3
- uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
fail_ci_if_error: true
Expand Down
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ classifiers = [
'Programming Language :: Python :: 3.10',
'Programming Language :: Python :: 3.11',
'Programming Language :: Python :: 3.12',
'Programming Language :: Python :: 3.13',
]
packages = [
{ include = "requests_oauth2client" },
Expand Down

0 comments on commit cb8c983

Please sign in to comment.