Skip to content

Commit

Permalink
drop py3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiaskoenig committed Aug 14, 2024
1 parent 037efce commit a3bc234
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
os: [ubuntu-latest]
# os: [ubuntu-latest, macos-latest, windows-latest]
# os: [ubuntu-latest, macos-latest]
python-version: ["3.9", "3.10", "3.11", "3.12"]
python-version: ["3.10", "3.11", "3.12"]

steps:
- uses: actions/checkout@v4
Expand All @@ -36,7 +36,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
python-version: ["3.11"]
python-version: ["3.12"]
environment:
name: pypi
url: https://pypi.org/p/<your-pypi-project-name>
Expand Down
5 changes: 2 additions & 3 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
[tox]
envlist = isort, black, flake8, mypy, docs, py3{9,10,11,12}
envlist = isort, black, flake8, mypy, docs, py3{10,11,12}

[gh-actions]
python =
3.9: py39
3.10: py310
3.11: isort, black, flake8, mypy, py311
3.12: py312
Expand Down Expand Up @@ -46,7 +45,7 @@ commands=

[testenv:docs]
description = invoke sphinx-build to build the HTML docs
basepython = python3.9
basepython = python3.12
extras = docs
deps=
sphinx>=3.4.3
Expand Down

0 comments on commit a3bc234

Please sign in to comment.