Skip to content

Commit 7821a7b

Browse files
chore(deps): update python to v3.13.3
1 parent c3ce66c commit 7821a7b

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
- name: Setup Python
6767
uses: actions/setup-python@v5
6868
with:
69-
python-version: "3.11"
69+
python-version: "3.13"
7070

7171
- name: Cache pip dependencies
7272
id: cache

.github/workflows/pull-request.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
- name: Set up Python 3.11
4141
uses: actions/setup-python@v5
4242
with:
43-
python-version: '3.11'
43+
python-version: '3.13'
4444

4545
- uses: actions/cache@v4
4646
name: Cache pip dependencies
@@ -93,7 +93,7 @@ jobs:
9393
- name: Setup Python 3.11
9494
uses: actions/setup-python@v5
9595
with:
96-
python-version: '3.11'
96+
python-version: '3.13'
9797

9898
- name: Cache pip dependencies
9999
id: cache

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Setup Python 3.11
2323
uses: actions/setup-python@v5
2424
with:
25-
python-version: '3.11'
25+
python-version: '3.13'
2626

2727
- uses: actions/cache@v4
2828
name: Cache pip dependencies

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ package_name = "ydata-profiling"
1111

1212
[project]
1313
name = "ydata-profiling"
14-
requires-python = ">=3.7,<3.13"
14+
requires-python = ">=3.13,<3.14"
1515
authors = [
1616
{name = "YData Labs Inc", email = "opensource@ydata.ai"}
1717
]

0 commit comments

Comments
 (0)