Skip to content

Commit

Permalink
Change valid Python versions to "">=3.9,<4"
Browse files Browse the repository at this point in the history
Update packages
Update CHANGES.md
Bump version number to 0.0.8
  • Loading branch information
josteinl committed May 16, 2023
1 parent 5eeb69c commit 46bead5
Show file tree
Hide file tree
Showing 5 changed files with 275 additions and 266 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/branch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ['3.9']
poetry-version: ['1.2.2']
python-version: ['3.11']
poetry-version: ['1.4.2']
os: [ubuntu-latest]
runs-on: ${{ matrix.os }}
steps:
Expand All @@ -29,8 +29,8 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ['3.9']
poetry-version: ['1.2.2']
python-version: ['3.11']
poetry-version: ['1.4.2']
os: [ubuntu-latest]
runs-on: ${{ matrix.os }}
steps:
Expand Down
6 changes: 6 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

_2023-03-03_

Version 0.0.7

- Update packages and support Python version 3.11.

_2023-03-03_

Version 0.0.6

- Add new projection epsg 23030.
Expand Down
Loading

0 comments on commit 46bead5

Please sign in to comment.