Skip to content

Commit 86a3148

Browse files
committed
Add Python 3.14 to the testing
1 parent de090c1 commit 86a3148

File tree

7 files changed

+68
-60
lines changed

7 files changed

+68
-60
lines changed

.github/workflows/cffconvert.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- name: Check out a copy of the repository
14-
uses: actions/checkout@v5
14+
uses: actions/checkout@v6
1515

1616
- name: Check whether the citation metadata from CITATION.cff is valid
1717
uses: citation-file-format/cffconvert-github-action@2.0.0

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@ jobs:
2323
fail-fast: false
2424
matrix:
2525
os: [ubuntu-22.04, macos-15-intel, windows-latest]
26-
python: ["3.10", "3.11", "3.12", "3.13"]
26+
python: ["3.10", "3.11", "3.12", "3.13", "3.14"]
2727

2828
steps:
2929
- name: Checkout the repository
30-
uses: actions/checkout@v5
30+
uses: actions/checkout@v6
3131

3232
- name: Setup Python ${{ matrix.python }}
3333
uses: actions/setup-python@v6

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424

2525
steps:
2626
- name: Checkout
27-
uses: actions/checkout@v5
27+
uses: actions/checkout@v6
2828

2929
- name: Initialize CodeQL
3030
uses: github/codeql-action/init@v4

.github/workflows/python-publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@ jobs:
1313
id-token: write
1414

1515
steps:
16-
- uses: actions/checkout@v5
16+
- uses: actions/checkout@v6
1717

18-
- name: Set up Python 3.13
18+
- name: Set up Python
1919
uses: actions/setup-python@v6
2020
with:
21-
python-version: 3.13
21+
python-version: 3.x
2222

2323
- name: Install uv
2424
uses: astral-sh/setup-uv@v7

.github/workflows/release-publish-documentation.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@ jobs:
99
build-and-publish-htmldocs:
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/checkout@v5
12+
- uses: actions/checkout@v6
1313

1414
- name: Set up Python
1515
uses: actions/setup-python@v6
1616
with:
17-
python-version: 3.13
17+
python-version: 3.x
1818

1919
- name: Install uv
2020
uses: astral-sh/setup-uv@v7

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ dependencies = [
2929
"cloup>=2.0.0",
3030
"decorator>=4.3.2",
3131
"isosurfaces>=0.1.0",
32-
"manimpango>=0.5.0,<1.0.0",
32+
"manimpango>=0.6.1,<1.0.0",
3333
"mapbox-earcut>=1.0.0",
3434
"moderngl-window>=2.0.0",
3535
"moderngl>=5.0.0,<6.0.0",
@@ -69,11 +69,11 @@ homepage = "https://www.manim.community/"
6969

7070
[project.optional-dependencies]
7171
gui = [
72-
"dearpygui>=1.0.0",
72+
"dearpygui>=2.1.1",
7373
]
7474
jupyterlab = [
7575
"jupyterlab>=4.3.4",
76-
"notebook>=7.3.2",
76+
"notebook>=7.5.0",
7777
]
7878

7979
[dependency-groups]

uv.lock

Lines changed: 56 additions & 48 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)