Skip to content

Commit

Permalink
Add Python 3.13 support to README
Browse files Browse the repository at this point in the history
  • Loading branch information
jobovy committed Dec 11, 2024
1 parent e90efa9 commit e7b6166
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,10 @@ FAQ](http://docs.galpy.org/en/latest/installation.html#installation-faq).
PYTHON VERSIONS AND DEPENDENCIES
================================

`galpy` supports Python 3. Specifically, galpy supports Python 3.8, 3.9, 3.10, 3.11,
and 3.12. GitHub Actions CI builds regularly check support for
Python 3.12 (and of 3.8, 3.9, 3.10, and 3.11 using a more limited, core set of tests)
on Linux and Windows (and 3.12 on Mac OS). Python 2.7 is no longer supported.
`galpy` supports Python 3. Specifically, galpy supports Python 3.8, 3.9, 3.10, 3.11, 3.12
and 3.13. GitHub Actions CI builds regularly check support for
Python 3.13 (and of 3.8, 3.9, 3.10, 3.11, and 3.12 using a more limited, core set of tests)
on Linux and Windows (and 3.13 on Mac OS). Python 2.7 is no longer supported.

This package requires [Numpy](https://numpy.org/),
[Scipy](http://www.scipy.org/), and
Expand Down

0 comments on commit e7b6166

Please sign in to comment.