diff --git a/.github/workflows/python-package.yml b/.github/workflows/python-package.yml index 297c621..4f5adc7 100644 --- a/.github/workflows/python-package.yml +++ b/.github/workflows/python-package.yml @@ -13,7 +13,7 @@ jobs: strategy: matrix: os: [ubuntu-latest, macos-latest, windows-latest] - python-version: [3.8, 3.9, 3.10, 3.11, 3.12, 3.13] + python-version: [3.11, 3.12, 3.13] steps: - uses: actions/checkout@v4 diff --git a/CHANGELOG.md b/CHANGELOG.md index e983ac9..ffd3ad8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -23,7 +23,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - XlsxWriter>=3.2.2 - tests for python - added: 3.10, 3.11, 3.12, 3.13 - - removed: 3.6, 3.7 + - removed: 3.6, 3.7, 3.8, 3.9, 3.10 ## [0.3.0] - 2021-08-30 diff --git a/setup.py b/setup.py index 0d072ce..da86c5f 100644 --- a/setup.py +++ b/setup.py @@ -27,9 +27,6 @@ "Programming Language :: Python :: 3.13", "Programming Language :: Python :: 3.12", "Programming Language :: Python :: 3.11", - "Programming Language :: Python :: 3.10", - "Programming Language :: Python :: 3.9", - "Programming Language :: Python :: 3.8", "License :: OSI Approved :: GNU General Public License v3 (GPLv3)", "Operating System :: OS Independent", "Development Status :: 4 - Beta",