Skip to content

Commit

Permalink
v1.4.0 Python 3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
cyschneck committed Oct 9, 2024
1 parent 12d1111 commit 99925b5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pytests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
strategy:
matrix:
os: ["ubuntu-latest", "macos-latest", "windows-latest"]
python-version: ['3.10', '3.11', '3.12']
python-version: ['3.10', '3.11', '3.12', '3.13']

name: Python (${{ matrix.python-version }} on ${{ matrix.os }})
steps:
Expand Down
2 changes: 1 addition & 1 deletion CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ authors:
given-names: Una G.
orchid: 'https://orcid.org/0000-0003-0048-5143'
title: "Pydar: Cassini RADAR data extraction software"
version: 1.3.3
version: 1.4.0
url: "https://github.com/unaschneck/pydar"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "pydar"
version = "1.3.3"
version = "v1.4.0"
authors = [
{ name="Cora Schneck", email="[email protected]" },
{ name="Una Schneck", email="[email protected]" }
Expand Down

0 comments on commit 99925b5

Please sign in to comment.