Skip to content

Commit

Permalink
Update python-tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
DJStompZone authored Jun 7, 2024
1 parent 4d15a9e commit 9e42809
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/python-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
strategy:
matrix:
os: [windows-latest]
python-version: [2.7, 3.6, 3.7, 3.8, 3.9, 3.10, 3.11, 3.12]
python-version: ['3.0.1', '3.1.4', '3.2.5', '3.3.5', '3.5.4', '3.6.15', '3.7.17', '3.8.18', '3.9.19', '3.10.14', '3.11.9', '3.12.3', '3.13.0-beta.1']

runs-on: ${{ matrix.os }}

Expand All @@ -20,12 +20,12 @@ jobs:
with:
python-version: ${{ matrix.python-version }}

- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install .
- name: Install build dependencies
run: python -m pip install --upgrade pip setuptools wheel

- name: Install local package
run: pip install .

- name: Test import pyreadline
run: |
python -c "import pyreadline; print('pyreadline imported successfully')"
run: python -c "import pyreadline; print('pyreadline imported successfully')"
shell: bash

0 comments on commit 9e42809

Please sign in to comment.