CI python versions changed

This commit is contained in:
Fabian Joswig 2021-10-12 14:28:32 +01:00
parent 83fc7c4629
commit 0efd8a3c6d
2 changed files with 2 additions and 2 deletions

View file

@ -9,7 +9,7 @@ jobs:
fail-fast: true fail-fast: true
matrix: matrix:
os: ["ubuntu-latest", "macos-latest"] os: ["ubuntu-latest", "macos-latest"]
python-version: ["3.5", "3.6", "3.8"] python-version: ["3.6", "3.8", "3.10"]
steps: steps:
- name: Checkout source - name: Checkout source

View file

@ -1,4 +1,4 @@
[![flake8 Lint](https://github.com/fjosw/pyerrors/actions/workflows/flake8.yml/badge.svg)](https://github.com/fjosw/pyerrors/actions/workflows/flake8.yml) [![flake8 Lint](https://github.com/fjosw/pyerrors/actions/workflows/flake8.yml/badge.svg)](https://github.com/fjosw/pyerrors/actions/workflows/flake8.yml) [![CI](https://github.com/fjosw/pyerrors/actions/workflows/CI.yml/badge.svg)](https://github.com/fjosw/pyerrors/actions/workflows/CI.yml)
# pyerrors # pyerrors
pyerrors is a python package for error computation and propagation of Markov Chain Monte Carlo data. pyerrors is a python package for error computation and propagation of Markov Chain Monte Carlo data.
It is based on the gamma method [arXiv:hep-lat/0306017](https://arxiv.org/abs/hep-lat/0306017). Some of its features are: It is based on the gamma method [arXiv:hep-lat/0306017](https://arxiv.org/abs/hep-lat/0306017). Some of its features are: