Skip to content

Commit

Permalink
Merge branch 'main' into importlib.resources
Browse files Browse the repository at this point in the history
  • Loading branch information
santisoler authored Dec 19, 2024
2 parents 1f81b08 + 1bc1c51 commit ccc7573
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,15 +45,15 @@ jobs:
- optional
include:
- dependencies: oldest
python: "3.7"
python: "3.9"
- dependencies: latest
python: "3.11"
python: "3.13"
- dependencies: optional
python: "3.11"
python: "3.13"
# test on macos-13 (x86) using oldest dependencies and python 3.7
- os: macos-13
dependencies: oldest
python: "3.7"
python: "3.9"
exclude:
# don't test on macos-latest (arm64) with oldest dependencies
- os: macos-latest
Expand Down
2 changes: 1 addition & 1 deletion doc/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ There are different ways to install Pooch:
Which Python?
-------------

You'll need **Python >= 3.7**. See :ref:`python-versions` if you
You'll need **Python >= 3.9**. See :ref:`python-versions` if you
require support for older versions.

.. _dependencies:
Expand Down
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ channels:
- conda-forge
- defaults
dependencies:
- python==3.11
- python==3.13
- pip
# Run
- requests
Expand Down
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@ classifiers = [
"Topic :: Scientific/Engineering",
"Topic :: Software Development :: Libraries",
"Programming Language :: Python :: 3 :: Only",
"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 :: 3.13",
]
requires-python = ">=3.7"
requires-python = ">=3.9"
dependencies = [
"platformdirs >= 2.5.0",
"packaging >= 20.0",
Expand Down

0 comments on commit ccc7573

Please sign in to comment.