Skip to content

Commit

Permalink
bump python package dependency 'portion'
Browse files Browse the repository at this point in the history
  • Loading branch information
tebartsch committed Apr 2, 2024
1 parent cec5f84 commit 7775469
Show file tree
Hide file tree
Showing 5 changed files with 300 additions and 300 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.7", "3.8", "3.9", "3.10"]
python-version: ["3.9", "3.10", "3.11", "3.12"]
steps:
- uses: actions/checkout@v2
- name: Set up Python
Expand Down
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
[![Commits](https://img.shields.io/github/last-commit/tilmann-bartsch/rportion/master)](https://github.com/tilmann-bartsch/rportion/commits/master)

The `rportion` library provides data structure to represent
2D [rectilinear polygons](https://en.wikipedia.org/wiki/Rectilinear_polygon) (unions of 2D-intervals) in Python 3.7+.
2D [rectilinear polygons](https://en.wikipedia.org/wiki/Rectilinear_polygon) (unions of 2D-intervals) in Python 3.9+.
It is built upon the library [`portion`](https://github.com/AlexandreDecan/portion) and follows its concepts.
The following features are provided:

Expand Down Expand Up @@ -55,6 +55,8 @@ pip install -e ".[test]"
python -m unittest discover -s tests
```

Note that `python

## Documentation & usage

### Polygon creation
Expand Down
Loading

0 comments on commit 7775469

Please sign in to comment.