Skip to content

Commit

Permalink
Update python versions in tests (#13)
Browse files Browse the repository at this point in the history
* Update python versions in tests
Add up to and including 3.13
* Update flake8 for Python 3.12
* Actually 3.10 is minimum for all codegens under development
  • Loading branch information
ponyisi authored Nov 5, 2024
1 parent 1f212b1 commit 0b5b290
Show file tree
Hide file tree
Showing 4 changed files with 348 additions and 372 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ jobs:
test:
strategy:
matrix:
python-version: ['3.7','3.8','3.9','3.10']
python-version: ['3.10','3.11','3.12','3.13']
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@master
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v1
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
- name: Install poetry
Expand Down
Loading

0 comments on commit 0b5b290

Please sign in to comment.