Skip to content

Commit

Permalink
Update authors, add Python 3.13 tests
Browse files Browse the repository at this point in the history
  • Loading branch information
robbibt authored Nov 11, 2024
1 parent 0cf43b0 commit c274890
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.9", "3.10", "3.11", "3.12"] # , "3.13" # waiting on pyproj
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"] # , "3.13" # waiting on pyproj
resolution: ["highest", "lowest-direct"]
fail-fast: false
max-parallel: 10
Expand Down
9 changes: 7 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,12 @@
name = "eo-tides"
version = "0.3.0"
description = "Tide modelling tools for large-scale satellite earth observation analysis"
authors = [{ name = "Robbi Bishop-Taylor", email = "Robbi.BishopTaylor@ga.gov.au" }]
authors = [
{ name = "Robbi Bishop-Taylor", email = "Robbi.BishopTaylor@ga.gov.au" },
{ name = "Stephen Sagar" },
{ name = "Claire Phillips" },
{ name = "Vanessa Newey" }
]
readme = "README.md"
keywords = [
"earth observation",
Expand All @@ -26,7 +31,7 @@ classifiers = [
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
# "Programming Language :: Python :: 3.13",
"Programming Language :: Python :: 3.13",
]
requires-python = ">=3.9,<4.0"
dependencies = [
Expand Down

0 comments on commit c274890

Please sign in to comment.