File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1717 fetch-depth : 0
1818 - uses : actions/setup-python@v5
1919 with :
20- python-version : 3.8
20+ python-version : 3.11
2121 - name : Build the sdist and the wheel
2222 run : |
2323 pip install build
6262 repository_url : https://test.pypi.org/legacy/
6363 - uses : actions/setup-python@v5
6464 with :
65- python-version : 3.8
65+ python-version : 3.11
6666 - name : Test pip install from test.pypi
6767 run : |
6868 # Give time to test.pypi to update its index. If we don't wait,
Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ For more instructions see the [Pull request checklist](#pull-request-checklist)
4747
4848 Always use a feature branch. It' s good practice to never routinely work on the `main` branch of any repository.
4949
50- 1. Create a new environment using Python >=3.8 , for example 3.11
50+ 1. Create a new environment using Python >=3.10 , for example 3.11
5151
5252 ```bash
5353 conda create --name CausalPy python=3.11
You can’t perform that action at this time.
0 commit comments