Skip to content

Commit

Permalink
Merge remote-tracking branch 'fork/main' into auth-refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
J535D165 committed Nov 18, 2023
2 parents 1305fcc + 4a278c2 commit 8dc0b11
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11"]
python-version: ["3.8", "3.12"]

steps:
- uses: actions/checkout@v4
Expand All @@ -20,7 +20,7 @@ jobs:
run: |
python -m pip install --upgrade pip
python -m pip install .
python -m pip install pytest
python -m pip install pytest pytest-xdist
- name: Test with pytest
run: |
pytest
pytest -n 2
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ We aim to cover the entire API, and we are looking for help. We are welcoming Pu

## Installation

PyAlex requires Python 3.6 or later.
PyAlex requires Python 3.8 or later.

```sh
pip install pyalex
Expand Down

0 comments on commit 8dc0b11

Please sign in to comment.