Skip to content

Commit

Permalink
chore: Drop support for python 3.8 and start testing 3.13 (#255)
Browse files Browse the repository at this point in the history
  • Loading branch information
nat-n authored Nov 9, 2024
1 parent b0a927d commit bacce09
Show file tree
Hide file tree
Showing 5 changed files with 194 additions and 220 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

- uses: actions/setup-python@v5
with:
python-version: 3.11
python-version: 3.12
cache: poetry

- name: Install dependencies
Expand All @@ -38,10 +38,7 @@ jobs:
strategy:
matrix:
os: [Ubuntu, MacOS, Windows]
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12']
exclude: # TODO: remove this when pip is fixed
- os: Windows
python-version: '3.8'
python-version: ['3.9', '3.10', '3.11', '3.12', '3.13']

runs-on: ${{ matrix.os }}-latest
steps:
Expand Down Expand Up @@ -73,7 +70,7 @@ jobs:

- uses: actions/setup-python@v5
with:
python-version: 3.11
python-version: 3.12

- name: Build package
run: poetry --ansi build
Expand Down
2 changes: 1 addition & 1 deletion docs/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ Fish
Supported python versions
-------------------------

Poe the Poet officially supports python >=3.8, and is tested with python 3.8 to 3.12 on
Poe the Poet officially supports python >=3.9, and is tested with python 3.9 to 3.13 on
macOS, linux and windows.


Expand Down
Loading

0 comments on commit bacce09

Please sign in to comment.