Skip to content

Commit

Permalink
update python requirement and GH actions
Browse files Browse the repository at this point in the history
  • Loading branch information
trevismd committed Nov 19, 2024
1 parent 8f148c1 commit c3a4046
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,23 +5,23 @@ name: Python package

on:
push:
branches: [ master, dev, v0.2, v0.3, v0.4]
branches: [ master, dev]
pull_request:
branches: [ master, dev, v0.2, v0.3, v0.4]
branches: [ master, dev, v0.7]

jobs:
build:

runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
strategy:
fail-fast: false
matrix:
python-version: [3.6, 3.7, 3.8, 3.9, '3.10', 3.11]
python-version: [3.8, 3.9, '3.10', 3.11, 3.12]

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[![Active Development](https://img.shields.io/badge/Maintenance%20Level-Actively%20Developed-brightgreen.svg)](https://gist.github.com/cheerfulstoic/d107229326a01ff0f333a1d3476e068d)
![coverage](https://raw.githubusercontent.com/trevismd/statannotations/master/coverage.svg)
![Python](https://img.shields.io/badge/Python-3.6%2B-blue)
![Python](https://img.shields.io/badge/Python-3.8%2B-blue)
[![Documentation Status](https://readthedocs.org/projects/statannotations/badge/?version=latest)](https://statannotations.readthedocs.io/en/master/?badge=latest)
[![DOI](https://zenodo.org/badge/296015778.svg)](https://zenodo.org/badge/latestdoi/296015778)

Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
numpy>=1.12.1
numpy<=1.26.4,>=1.12.1
seaborn>=0.9.0,<0.12
matplotlib>=2.2.2
pandas>=0.23.0,<2.0.0
Expand Down

0 comments on commit c3a4046

Please sign in to comment.