diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index d549f3f..845c0a1 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -16,7 +16,7 @@ jobs: strategy: matrix: os: [ubuntu-latest, macos-latest, windows-latest] - python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"] + python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"] steps: - uses: actions/checkout@v3 diff --git a/HISTORY.md b/HISTORY.md index 73ceb21..a8e768e 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,6 +1,7 @@ # next -Nothing yet :) +- Support up to 3.12 +- Drop support up to 3.7 # 1.0.5 diff --git a/pyproject.toml b/pyproject.toml index ccff8ef..abccaf3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,11 +14,11 @@ classifiers = [ "Operating System :: OS Independent", "Programming Language :: Python :: 3 :: Only", "Programming Language :: Python :: 3", - "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3.8", "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", "Topic :: Software Development :: Version Control",