Skip to content

Commit

Permalink
Merge pull request #59 from djhoese/ci-py312
Browse files Browse the repository at this point in the history
Update CI environments to test Python 3.9 to 3.12
  • Loading branch information
djhoese committed Oct 25, 2023
2 parents 7c26084 + 7d6d6ee commit 11e0519
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Expand Up @@ -10,10 +10,10 @@ jobs:
fail-fast: false
matrix:
os: ["windows-latest", "ubuntu-latest", "macos-latest"]
python-version: ["3.8", "3.9", "3.10"]
python-version: ["3.9", "3.11", "3.12"]
experimental: [false]
include:
- python-version: "3.9"
- python-version: "3.12"
os: "ubuntu-latest"
experimental: true

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -105,7 +105,7 @@
"Topic :: Scientific/Engineering"],
url="https://github.com/pytroll/python-geotiepoints",
packages=find_packages(),
python_requires='>=3.8',
python_requires='>=3.9',
cmdclass=cmdclass,
install_requires=requirements,
ext_modules=EXTENSIONS,
Expand Down

0 comments on commit 11e0519

Please sign in to comment.