Skip to content

Commit

Permalink
build: Drop Python 3.7 (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
tony authored Sep 9, 2023
2 parents 80bbeec + 852d431 commit a7544e7
Show file tree
Hide file tree
Showing 6 changed files with 196 additions and 301 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.7", "3.10", "3.11"]
python-version: ["3.8", "3.9", "3.10", "3.11"]
docutils-version: [ '0.18', '0.19' ]
steps:
- uses: actions/checkout@v3
Expand Down
6 changes: 6 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@ To install the unreleased gp-libs version, see [developmental releases](https://
$ pip install --user --upgrade --pre gp-libs
```

## gp-libs 0.0.2 (unreleased)

### Breaking changes

- Python 3.7 Dropped (#23)

## gp-libs 0.0.1 (2023-09-09)

- _Add your latest changes from PRs here_
Expand Down
Loading

0 comments on commit a7544e7

Please sign in to comment.