Skip to content

Commit 1d5a72d

Browse files
committed
update python-version in release.yml to 3.11
1 parent 3b594df commit 1d5a72d

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
@@ -17,7 +17,7 @@ jobs:
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
@@ -62,7 +62,7 @@ jobs:
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,

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)