Skip to content

Commit

Permalink
drop python 3.6 support (#25)
Browse files Browse the repository at this point in the history
* ci drop python 3.6, add 3.10 and 3.11

* set python min version to 3.7.2, update lockfile

* drop python 3.11,

different poetry backend required?
likely not a problem with poetry but with typed-ast (1.4.3) not supporting PEP 517 builds

* drop 3.10 too, same issue as 3.11 with poetry backend ast
  • Loading branch information
ConorSheehan1 authored Aug 24, 2023
1 parent 10f10eb commit 07dc6fa
Show file tree
Hide file tree
Showing 3 changed files with 262 additions and 419 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
runs-on: macos-latest
strategy:
matrix:
python: [3.6, 3.7, 3.8, 3.9]
python: [3.7, 3.8, 3.9]

steps:
- uses: actions/checkout@v1
Expand Down
Loading

0 comments on commit 07dc6fa

Please sign in to comment.