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 17
17
fetch-depth : 0
18
18
- uses : actions/setup-python@v5
19
19
with :
20
- python-version : 3.8
20
+ python-version : 3.11
21
21
- name : Build the sdist and the wheel
22
22
run : |
23
23
pip install build
62
62
repository_url : https://test.pypi.org/legacy/
63
63
- uses : actions/setup-python@v5
64
64
with :
65
- python-version : 3.8
65
+ python-version : 3.11
66
66
- name : Test pip install from test.pypi
67
67
run : |
68
68
# 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)
47
47
48
48
Always use a feature branch. It' s good practice to never routinely work on the `main` branch of any repository.
49
49
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
51
51
52
52
```bash
53
53
conda create --name CausalPy python=3.11
You can’t perform that action at this time.
0 commit comments