Skip to content

Commit c8f6f0c

Browse files
authored
Merge pull request #5 from SigmaHQ/Add-modifiers
Add new modifiers
2 parents 04072c1 + a4c9250 commit c8f6f0c

File tree

5 files changed

+777
-652
lines changed

5 files changed

+777
-652
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ jobs:
1010
test:
1111
strategy:
1212
matrix:
13-
os: [ 'ubuntu-20.04' ]
14-
python-version: [ '3.8', '3.9', '3.10', '3.11', '3.12' ]
13+
os: [ 'ubuntu-22.04' ]
14+
python-version: [ '3.9', '3.10', '3.11', '3.12' ]
1515
runs-on: ${{ matrix.os }}
1616
steps:
1717
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)