Skip to content

change python version in README.rst #107

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 5 commits into from
Sep 26, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
change python version in READNME.rst
  • Loading branch information
stevenhua0320 committed Sep 4, 2024
commit 94771910eb39cc2d50c2cec98cf28811965296cd
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ http://diffpy.github.io/diffpy.srmise.
Getting Started
=================

The diffpy.srmise package requires Python 2.6 or 2.7 and the following software:
The diffpy.srmise package requires Python 3.10, 3.11, or 3.12 and the following software:

* ``setuptools`` - software distribution tools for Python
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We can remove these too. Please double check that the we are using the installation instructions from the cookie cutter and only keep things from the old readme that are needed.

* ``NumPy`` - numerical mathematics and fast array operations for Python
Expand Down
Loading