Skip to content

Commit

Permalink
Merge pull request pysat#1195 from pysat/maint/nep29_april24
Browse files Browse the repository at this point in the history
MAINT: NEP29 updates
  • Loading branch information
jklenzing authored Apr 9, 2024
2 parents 12070f6 + fb31da0 commit 9acdd0f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ jobs:
fail-fast: false
matrix:
os: ["ubuntu-latest", "windows-latest", "macos-latest"]
python-version: ["3.10", "3.11", "3.12"]
python-version: ["3.11", "3.12"]
numpy_ver: ["latest"]
test_config: ["latest"]
include:
# NEP29 compliance settings
- python-version: "3.9"
- python-version: "3.10"
numpy_ver: "1.23"
os: ubuntu-latest
test_config: "NEP29"
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ This project adheres to [Semantic Versioning](https://semver.org/).
* Update frequency strings for `pandas`
* Update usage of getitem for `pds.Series`
* Updates usage of `dt.datetime.utcnow()` to `dt.datetime.now(dt.timezone.utc)`
* Drop testing for python 3.9 following NEP29.

[3.2.0] - 2024-03-27
--------------------
Expand Down
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ classifiers = [
"License :: OSI Approved :: BSD License",
"Natural Language :: English",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
Expand Down

0 comments on commit 9acdd0f

Please sign in to comment.