Skip to content

Commit

Permalink
Drop testing for py3.8 (#176)
Browse files Browse the repository at this point in the history
* drop p3.8 in testing

* f
  • Loading branch information
sambles authored Feb 27, 2025
1 parent c78ca76 commit 88dc670
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
needs: [build-ods, build-odm]
strategy:
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11"]
python-version: ["3.9", "3.10", "3.11", "3.12"]

steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ def run(self):
author_email="[email protected]",
packages=setuptools.find_packages(exclude=('tests', 'tests.*', 'tests.*.*')),
package_dir={'ods_tools': 'ods_tools'},
python_requires='>=3.7',
python_requires='>=3.9',
install_requires=reqs,
extras_require={
'extra': extra_reqs,
Expand Down

0 comments on commit 88dc670

Please sign in to comment.