Skip to content

Commit

Permalink
Drop support for 3.9 and add support for 3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
altheaden committed Feb 6, 2025
1 parent c189fd3 commit 6aa5528
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
shell: bash -l {0}
strategy:
matrix:
python-version: ["3.9", "3.10", "3.11", "3.12"]
python-version: ["3.10", "3.11", "3.12", "3.13"]
fail-fast: false
steps:
- id: skip_check
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docs_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
types: [published]

env:
PYTHON_VERSION: "3.10"
PYTHON_VERSION: "3.13"

jobs:
publish-docs:
Expand Down
2 changes: 1 addition & 1 deletion deploy/conda-dev-spec.template
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Base
python>=3.9,<3.13
python>=3.10,<=3.13
cartopy
cartopy_offlinedata
cmocean
Expand Down
2 changes: 1 addition & 1 deletion deploy/default.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ recreate = False
suffix =

# the python version
python = 3.12
python = 3.13

# the MPI version (nompi, mpich or openmpi)
mpi = nompi
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ authors = [
description = "Testing and analysis for Omega, MPAS-Ocean, MALI and MPAS-Seaice"
license = {file = "LICENSE"}
readme = "README.md"
requires-python = ">=3.9"
requires-python = ">=3.10"
classifiers = [
# these are only for searching/browsing projects on PyPI
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",

"License :: OSI Approved :: BSD License",
"Operating System :: OS Independent",
Expand Down

0 comments on commit 6aa5528

Please sign in to comment.