mirror of
https://github.com/jeertmans/manim-slides.git
synced 2025-06-01 06:09:23 +08:00
6
.github/workflows/test_examples.yml
vendored
6
.github/workflows/test_examples.yml
vendored
@ -16,7 +16,7 @@ jobs:
|
|||||||
matrix:
|
matrix:
|
||||||
manim: [manim, manimgl]
|
manim: [manim, manimgl]
|
||||||
os: [macos-latest, ubuntu-latest, windows-latest]
|
os: [macos-latest, ubuntu-latest, windows-latest]
|
||||||
pyversion: ['3.7', '3.8', '3.9', '3.10']
|
pyversion: ['3.7', '3.8', '3.9', '3.10', '3.11']
|
||||||
exclude:
|
exclude:
|
||||||
# excludes manimgl on Windows because if throws errors
|
# excludes manimgl on Windows because if throws errors
|
||||||
# related to OpenGL, which seems hard to fix:
|
# related to OpenGL, which seems hard to fix:
|
||||||
@ -34,12 +34,16 @@ jobs:
|
|||||||
pyversion: '3.8'
|
pyversion: '3.8'
|
||||||
- os: windows-latest
|
- os: windows-latest
|
||||||
pyversion: '3.9'
|
pyversion: '3.9'
|
||||||
|
- os: windows-latest
|
||||||
|
pyversion: '3.10'
|
||||||
- os: macos-latest
|
- os: macos-latest
|
||||||
pyversion: '3.7'
|
pyversion: '3.7'
|
||||||
- os: macos-latest
|
- os: macos-latest
|
||||||
pyversion: '3.8'
|
pyversion: '3.8'
|
||||||
- os: macos-latest
|
- os: macos-latest
|
||||||
pyversion: '3.9'
|
pyversion: '3.9'
|
||||||
|
- os: macos-latest
|
||||||
|
pyversion: '3.10'
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
|
1
setup.py
1
setup.py
@ -49,6 +49,7 @@ setuptools.setup(
|
|||||||
"Programming Language :: Python :: 3.8",
|
"Programming Language :: Python :: 3.8",
|
||||||
"Programming Language :: Python :: 3.9",
|
"Programming Language :: Python :: 3.9",
|
||||||
"Programming Language :: Python :: 3.10",
|
"Programming Language :: Python :: 3.10",
|
||||||
|
"Programming Language :: Python :: 3.11",
|
||||||
"License :: OSI Approved :: GNU General Public License v3 (GPLv3)",
|
"License :: OSI Approved :: GNU General Public License v3 (GPLv3)",
|
||||||
"Operating System :: OS Independent",
|
"Operating System :: OS Independent",
|
||||||
],
|
],
|
||||||
|
Reference in New Issue
Block a user