Skip to content

Commit

Permalink
dropped 3.7 tests, sql example failing
Browse files Browse the repository at this point in the history
  • Loading branch information
kaklise committed Aug 1, 2023
1 parent 2c4a838 commit 9635430
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
python-version: ['3.7', '3.8', '3.9', '3.10']
python-version: ['3.8', '3.9', '3.10']
os: [windows-latest, macOS-latest, ubuntu-latest]
steps:
- uses: actions/checkout@v2
Expand Down Expand Up @@ -45,7 +45,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
python-version: ['3.7', '3.8', '3.9', '3.10']
python-version: ['3.8', '3.9', '3.10']
os: [windows-latest, macOS-latest, ubuntu-latest]
steps:
- name: Set up Python
Expand All @@ -69,7 +69,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
python-version: ['3.8', '3.10']
python-version: ['3.8', '3.9', '3.10']
os: [windows-latest, macOS-latest, ubuntu-latest]
steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion documentation/installation.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Installation
======================================

Pecos requires Python (tested on 3.7, 3.8, 3.9, and 3.10) along with several Python
Pecos requires Python (tested on 3.8, 3.9, and 3.10) along with several Python
package dependencies. Information on installing and using Python can be found at
https://www.python.org/. Python distributions, such as Anaconda,
are recommended to manage the Python interface.
Expand Down
2 changes: 1 addition & 1 deletion documentation/whatsnew/v0.3.0.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ v0.3.0 (main)
* Minor updates to address pandas and yaml depreciation warnings
* Updated test to use pytest instead of nose
* Added GitHub Actions
* Added Python 3.9 and 3.10 tests, dropped 3.6 tests
* Added Python 3.9 and 3.10 tests, dropped 3.6 and 3.7 tests

0 comments on commit 9635430

Please sign in to comment.