Skip to content

Commit

Permalink
drop support for Python 3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
mtazzari committed Sep 20, 2023
1 parent 9e40155 commit 8949db4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
shell: bash -l {0}
strategy:
matrix:
python-version: [ 3.6, 3.7, 3.8, 3.9 ]
python-version: [ 3.7, 3.8, 3.9]
env:
OMP_NUM_THREADS: 2
steps:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ galario
[![Build Status](https://github.com/mtazzari/galario/actions/workflows/unit-tests.yml/badge.svg)](https://github.com/mtazzari/galario/actions/workflows/unit-tests.yml)
[![Conda (channel only)](https://img.shields.io/conda/vn/conda-forge/galario.svg)](https://anaconda.org/conda-forge/galario)
[![Conda Downloads](https://img.shields.io/conda/dn/conda-forge/galario.svg)](https://anaconda.org/conda-forge/galario)
![Python versions](https://img.shields.io/badge/python-%203.6%20|%203.7%20%20|%203.8%20%20|%203.9-%20%230078BC.svg)
![Python versions](https://img.shields.io/badge/python-%203.7%20%20|%203.8%20%20|%203.9-%20%230078BC.svg)
[![codecov](https://codecov.io/gh/mtazzari/galario/branch/master/graph/badge.svg)](https://codecov.io/gh/mtazzari/galario)


Expand Down

0 comments on commit 8949db4

Please sign in to comment.