Skip to content

Commit

Permalink
Leaves out 3.12 support for now
Browse files Browse the repository at this point in the history
  • Loading branch information
Daverball committed Aug 21, 2024
1 parent 45250da commit 4591535
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.8, 3.9, '3.10', '3.11', '3.12']
python-version: [3.8, 3.9, '3.10', '3.11']

steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/python-tox.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.8, 3.9, '3.10', '3.11', '3.12']
python-version: [3.8, 3.9, '3.10', '3.11']

steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ Latest Release
Changelog
---------

- Adds support for Python 3.11 and 3.12
- Adds support for Python 3.11
[Daverball]

0.18.0 (2023-09-04)
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@ skips = ["B101"]
[tool.tox]
legacy_tox_ini = """
[tox]
envlist = py38,py39,py310,py311,py312,flake8,bandit,report
envlist = py38,py39,py310,py311,flake8,bandit,report
[testenv]
usedevelop = true
setenv =
py{38,39,310,311,312}: COVERAGE_FILE = .coverage.{envname}
py{38,39,310,311}: COVERAGE_FILE = .coverage.{envname}
deps =
-e{toxinidir}[tests]
Expand Down
1 change: 0 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ classifiers =
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Programming Language :: Python :: 3.12
Programming Language :: Python :: Implementation :: CPython
Topic :: Software Development :: Libraries :: Python Modules

Expand Down

0 comments on commit 4591535

Please sign in to comment.