Skip to content

Commit

Permalink
CI: Add testing against Python 3.11
Browse files Browse the repository at this point in the history
And drop 3.8
  • Loading branch information
oyamad committed May 18, 2023
1 parent 67fe704 commit 291fc3f
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/ci.yml
Expand Up @@ -17,10 +17,7 @@ jobs:
strategy:
matrix:
os: [windows-latest, ubuntu-latest, macos-latest]
python-version: [3.8, 3.9, '3.10']
exclude:
- os: windows-latest
python-version: 3.8
python-version: [3.9, '3.10', 3.11]

steps:
- uses: actions/checkout@v2
Expand Down Expand Up @@ -83,10 +80,10 @@ jobs:
steps:
- name: Checkout source
uses: actions/checkout@v3
- name: Set up Python 3.8
- name: Set up Python
uses: actions/setup-python@v3
with:
python-version: 3.8
python-version: "3.x"
- name: Install flit
run: |
pip install flit~=3.6
Expand Down

0 comments on commit 291fc3f

Please sign in to comment.