Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Test: remove Python 3.9 and 3.8 support #96

Merged
merged 2 commits into from
Jan 27, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11"]
python-version: ["3.10", "3.11"]
env:
OS: ubuntu-latest
PYTHON: ${{ matrix.python-version }}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -155,5 +155,7 @@ <h3>Example</h3>
When you reach that position, you need to define a course to the next largest cluster that at the same time covers as many drift positions as possible. You choose position 39° 29' N 18° 39' E as you next and final waypoint. To reach that last waypoint, you set course to 070.
</p>
<img src="{% static 'leeway/static/image/84eed031-ed5b-4802-a0e9-580b5fd9b93f.png' %}"
alt="Simulation result example">
alt="Simulation result example"
width="800"
height="800">
{% endblock content %}
Loading