Skip to content

Commit e7b6166

Browse files
committed
Add Python 3.13 support to README
1 parent e90efa9 commit e7b6166

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,10 @@ FAQ](http://docs.galpy.org/en/latest/installation.html#installation-faq).
4646
PYTHON VERSIONS AND DEPENDENCIES
4747
================================
4848

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

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

0 commit comments

Comments
 (0)