Skip to content

Commit bc65978

Browse files
committed
Revert to Python 3.12 (sandialabs#394)
* Try specifying subversion * Test new cache * revert to 3.12 * Revert comment back to normal
1 parent a77fb88 commit bc65978

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Set up Python
1717
uses: actions/setup-python@v4
1818
with:
19-
python-version: '3.13' # CHANGE: Python version
19+
python-version: '3.12' # CHANGE: Python version
2020

2121
- name: Build a binary wheel and a source tarball
2222
run: |
@@ -46,7 +46,7 @@ jobs:
4646
- uses: actions/checkout@v3
4747
- uses: actions/setup-python@v4
4848
with:
49-
python-version: '3.13' # CHANGE: Python version
49+
python-version: '3.12' # CHANGE: Python version
5050

5151
- name: Install dependencies
5252
run: sudo apt-get install libglu1 pandoc gifsicle

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Refer to [WecOptTool documentation](https://sandialabs.github.io/WecOptTool/) fo
1212
## Getting started
1313
**If you are brand new to Python and/or want detailed installation instructions, [click here](https://github.com/sandialabs/WecOptTool/blob/main/INSTALLATION.md).**
1414

15-
WecOptTool requires Python >= 3.8. Python 3.12 & 3.13 are supported.
15+
WecOptTool requires Python >= 3.8. Python 3.11 & 3.12 are supported.
1616
It is strongly recommended you create a dedicated virtual environment (e.g., using [`conda`](https://www.anaconda.com/), [`mamba`](https://mamba.readthedocs.io/en/latest/), `venv`, etc.) before installing WecOptTool.
1717

1818
From your dedicated environment, you can install WecOptTool via `conda`, `pip`, or `mamba`:

0 commit comments

Comments
 (0)