Skip to content

Commit 2c75eaa

Browse files
authored
FIX: Sync poetry.lock and drop Python 3.9 from CI matrix (#29)
* Update Poetry Lock File * Update Test Workflow * Regenerate Poetry Lock with 2.0.1
1 parent 0e924ae commit 2c75eaa

2 files changed

Lines changed: 3093 additions & 2126 deletions

File tree

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@ jobs:
1111
runs-on: ubuntu-latest
1212
strategy:
1313
matrix:
14-
python-version: ['3.9', '3.10', '3.11', '3.12']
14+
python-version: ['3.10', '3.11', '3.12']
1515

1616
steps:
1717
- uses: actions/checkout@v4
1818
- name: Set up Python ${{ matrix.python-version }}
19-
uses: actions/setup-python@v4
19+
uses: actions/setup-python@v5
2020
with:
2121
python-version: ${{ matrix.python-version }}
2222

0 commit comments

Comments
 (0)