mirror of
https://github.com/SickGear/SickGear.git
synced 2024-11-15 01:15:05 +00:00
Change update fallback zoneinfo to 2023d.
Change add Python 3.12 to the unit tests.
This commit is contained in:
parent
f13d2b735b
commit
2d7283e185
3 changed files with 5 additions and 3 deletions
6
.github/workflows/unittest.yml
vendored
6
.github/workflows/unittest.yml
vendored
|
@ -15,7 +15,7 @@ jobs:
|
||||||
matrix:
|
matrix:
|
||||||
os:
|
os:
|
||||||
- windows-latest
|
- windows-latest
|
||||||
python-version: ['3.8', '3.9', '3.10', '3.11']
|
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12']
|
||||||
steps:
|
steps:
|
||||||
- name: 'Set up Python ${{ matrix.python-version }}'
|
- name: 'Set up Python ${{ matrix.python-version }}'
|
||||||
uses: actions/setup-python@v4
|
uses: actions/setup-python@v4
|
||||||
|
@ -34,7 +34,7 @@ jobs:
|
||||||
matrix:
|
matrix:
|
||||||
os:
|
os:
|
||||||
- ubuntu-latest
|
- ubuntu-latest
|
||||||
python-version: ['3.8', '3.9', '3.10', '3.11']
|
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12']
|
||||||
steps:
|
steps:
|
||||||
- name: 'Set up Python ${{ matrix.python-version }}'
|
- name: 'Set up Python ${{ matrix.python-version }}'
|
||||||
uses: actions/setup-python@v4
|
uses: actions/setup-python@v4
|
||||||
|
@ -55,7 +55,7 @@ jobs:
|
||||||
matrix:
|
matrix:
|
||||||
os:
|
os:
|
||||||
- macos-latest
|
- macos-latest
|
||||||
python-version: ['3.8', '3.9', '3.10', '3.11']
|
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12']
|
||||||
steps:
|
steps:
|
||||||
- name: 'Set up Python ${{ matrix.python-version }}'
|
- name: 'Set up Python ${{ matrix.python-version }}'
|
||||||
uses: actions/setup-python@v4
|
uses: actions/setup-python@v4
|
||||||
|
|
|
@ -1,6 +1,8 @@
|
||||||
### 3.30.6 (2024-01-02 11:05:00 UTC)
|
### 3.30.6 (2024-01-02 11:05:00 UTC)
|
||||||
|
|
||||||
* Fix Shows IMDb cards to new layout at IMDb
|
* Fix Shows IMDb cards to new layout at IMDb
|
||||||
|
* Change update fallback zoneinfo to 2023d
|
||||||
|
* Change add Python 3.12 to the unit tests
|
||||||
|
|
||||||
|
|
||||||
### 3.30.5 (2023-12-10 05:00:00 UTC)
|
### 3.30.5 (2023-12-10 05:00:00 UTC)
|
||||||
|
|
Binary file not shown.
Loading…
Reference in a new issue