Skip to content

Commit

Permalink
dev: deprecate python 3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
SlowMo24 committed Nov 13, 2023
1 parent facf53f commit 63b6c4b
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 10 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/ci-development.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,12 @@ jobs:
fail-fast: false
matrix:
config:
- python-version: 3.8
tox: 38
- python-version: 3.9
tox: 39
- python-version: "3.10"
tox: 310
- python-version: 3.11
tox: 311
- python-version: 3.12
tox: 312
poetry-version: [ 1.7.0 ]
os: [ ubuntu-22.04 ]
runs-on: ${{ matrix.os }}
Expand Down
6 changes: 2 additions & 4 deletions .github/workflows/ci-production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,12 @@ jobs:
fail-fast: false
matrix:
config:
- python-version: 3.8
tox: 38
- python-version: 3.9
tox: 39
- python-version: "3.10"
tox: 310
- python-version: 3.11
tox: 311
- python-version: 3.12
tox: 312
poetry-version: [ 1.7.0 ]
os: [ ubuntu-22.04 ]
runs-on: ${{ matrix.os }}
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

### Removed

- support for python 3.8
- support for python 3.8 and 3.9

## 0.2.0

Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
envlist = py39,py310,py311,py312
envlist = py310,py311,py312
isolated_build = true

[testenv]
Expand Down

0 comments on commit 63b6c4b

Please sign in to comment.