Skip to content

Commit

Permalink
fixing push to pypi
Browse files Browse the repository at this point in the history
  • Loading branch information
cudmore committed Feb 13, 2024
1 parent 7e9bef4 commit 5a12795
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 27 deletions.
22 changes: 0 additions & 22 deletions .github/workflows/docs.yml

This file was deleted.

5 changes: 2 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ jobs:
fail-fast: false
matrix:
python-version:
- ["3.7", "cp37"]
- ["3.8", "cp38"]
- ["3.9", "cp39"]
- ["3.10", "cp310"]
Expand Down Expand Up @@ -55,7 +54,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"]
python-version: ["3.8", "3.9", "3.10", "3.11"]
steps:
- uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python-version }}
Expand All @@ -82,7 +81,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"]
python-version: ["3.8", "3.9", "3.10", "3.11"]
steps:
- uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python-version }}
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# brightest-path-lib

[![Python](https://img.shields.io/badge/python-3.7|3.8|3.9|3.10|3.11-blue.svg)](https://www.python.org/downloads/release/python-3111/)
[![Python](https://img.shields.io/badge/python-3.9|3.10|3.11-blue.svg)](https://www.python.org/downloads/release/python-3111/)
[![tests](https://github.com/mapmanager/brightest-path-lib/workflows/Test/badge.svg)](https://github.com/mapmanager/brightest-path-lib/actions)
[![codecov](https://codecov.io/github/mapmanager/brightest-path-lib/branch/main/graph/badge.svg?token=0ZR226588I)](https://codecov.io/github/mapmanager/brightest-path-lib)
[![OS](https://img.shields.io/badge/OS-Linux|Windows|macOS-blue.svg)]()
Expand Down
2 changes: 1 addition & 1 deletion docs/installation.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Installation

To use the library, you'll need to have at least Python 3.7 installed on your computer. Once you've verified that you have Python installed, you can follow these steps to install the library:
To use the library, you'll need to have at least Python 3.9 installed on your computer. Once you've verified that you have Python installed, you can follow these steps to install the library:

## 1. Install the library using pip

Expand Down

0 comments on commit 5a12795

Please sign in to comment.