Skip to content

Commit

Permalink
Upgrade tests to Python 3.11 and remove windows (#1515)
Browse files Browse the repository at this point in the history
  • Loading branch information
ourownstory authored Jan 17, 2024
1 parent 203840f commit 305de42
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,8 @@ jobs:
runs-on: ${{matrix.os}}
strategy:
matrix:
os: [ubuntu-latest, windows-latest]
python-version: ["3.8", "3.10"]
exclude:
- os: windows-latest
python-version: "3.8"
os: [ubuntu-latest]
python-version: ["3.8", "3.11"]
env:
POETRY_VIRTUALENVS_CREATE: false
steps:
Expand Down Expand Up @@ -54,7 +51,7 @@ jobs:
- name: Install Python
uses: actions/setup-python@v4
with:
python-version: "3.10"
python-version: "3.11"
- name: Install Poetry
uses: abatilo/actions-poetry@v2
- name: Setup Pandoc
Expand Down

0 comments on commit 305de42

Please sign in to comment.