File tree Expand file tree Collapse file tree 4 files changed +3462
-2327
lines changed
Expand file tree Collapse file tree 4 files changed +3462
-2327
lines changed Original file line number Diff line number Diff line change @@ -12,18 +12,17 @@ jobs:
1212 fail-fast : false
1313 matrix :
1414 python-version : [
15- " pypy-3.9" ,
16- " pypy-3.10" ,
17- " 3.10" ,
18- " 3.11" ,
15+ " pypy-3.11" ,
16+ " 3.13" ,
17+ " 3.14" ,
1918 ]
2019 os : [ubuntu-latest]
2120
2221 steps :
2322 - uses : actions/checkout@v4
2423
2524 - name : Set up Python ${{ matrix.python-version }}
26- uses : actions/setup-python@v4
25+ uses : actions/setup-python@v6
2726 with :
2827 python-version : ${{ matrix.python-version }}
2928
Original file line number Diff line number Diff line change 11MIT License
22
3- Copyright (c) 2016-2023 Python Pillow team
3+ Copyright (c) 2016 Python Pillow team
44
55Permission is hereby granted, free of charge, to any person obtaining a copy
66of this software and associated documentation files (the "Software"), to deal
Original file line number Diff line number Diff line change 1111
1212source ~ /env/pillow-perf/bin/activate
1313pip install -r ../testsuite/requirements.txt
14- pip install opencv-python==4.10.0.84 pgmagick==0.7.6
14+ pip install opencv-python==4.10.0.84 pgmagick==0.8
1515
1616
1717git clone https://github.com/uploadcare/pillow-simd.git Pillow || true
You can’t perform that action at this time.
0 commit comments