Skip to content

Commit

Permalink
Update VapourSynth/Python versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Setsugennoao committed Oct 20, 2023
1 parent 6a0200a commit 21e1374
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ jobs:
strategy:
matrix:
versions:
- 59
- 64
python-version:
- "3.10"
- "3.11"

steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pypipublish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Prep Python
uses: actions/setup-python@v2
with:
python-version: '3.10'
python-version: '3.11'

- name: Install build tools
run: |
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
VapourSynth>=60
VapourSynth>=64
vstools>=2.0.5
vskernels>=2.3.2
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"Topic :: Multimedia :: Video",
"Topic :: Multimedia :: Video :: Display",
],
python_requires='>=3.10',
python_requires='>=3.11',
command_options={
"build_sphinx": {
"project": ("setup.py", package_name),
Expand Down

0 comments on commit 21e1374

Please sign in to comment.