Skip to content

Commit

Permalink
Merge branch 'master' into pyup-update-pytest-6.2.5-to-7.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
khoivan88 authored Jul 22, 2024
2 parents 09c6e43 + e3a3b22 commit 73758a3
Show file tree
Hide file tree
Showing 6 changed files with 289 additions and 128 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,15 @@ jobs:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
# os: [ubuntu-latest]
python-version: [3.6, 3.7, 3.8, 3.x]
python-version: ['3.10', '3.11', '3.x']
# python-version: ['3.x']

# Steps represent a sequence of tasks that will be executed as part of the job
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- name: Display Python version
Expand Down Expand Up @@ -82,8 +82,8 @@ jobs:
# run: |
# pip install ./
- name: Upload coverage to codecov.io
uses: codecov/codecov-action@v1
if: startsWith(runner.os, 'Linux') && matrix.python-version == 3.8
uses: codecov/codecov-action@v4
if: startsWith(runner.os, 'Linux') && matrix.python-version == 3.11
with:
# CODECOV_TOKEN is repo-specific and it must be copied from codecov.io for the repository
# and stored as a secret in GitHub's repository Settings > Secrets. CODECOV_TOKEN does not
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[![Python 3](https://pyup.io/repos/github/khoivan88/find_sds/python-3-shield.svg)](https://pyup.io/repos/github/khoivan88/find_sds/)
[![Updates](https://pyup.io/repos/github/khoivan88/find_sds/shield.svg)](https://pyup.io/repos/github/khoivan88/find_sds/)
[![codecov](https://codecov.io/gh/khoivan88/find_sds/branch/master/graph/badge.svg)](https://codecov.io/gh/khoivan88/find_sds)
[![python version](https://img.shields.io/badge/python-v3.6%2B-blue)]()
[![python version](https://img.shields.io/badge/python-v3.10%2B-blue)]()
[![tested platforms](https://img.shields.io/badge/tested%20platform-win%20%7C%20osx%20%7C%20ubuntu-lightgrey)]()


Expand Down Expand Up @@ -41,7 +41,7 @@ ten threads are used but it can be changed depends on running computer.

## REQUIREMENTS

- Python 3.6+
- Python 3.10+
- [Dependencies](requirements.txt)

<br/>
Expand Down
7 changes: 7 additions & 0 deletions VERSION.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# DETAILS

## Version 0.11.0 (2024-07-22)

- Update to using Python 3.10+ (because of stacktrace)
- Update stacktrace printing
- Fix: Fix for TCI, ChemicalSafety, VWR, ChemBlink, Fluorochem
- Feat: Update tests

## Version 0.10.0 (2021-03-24)

- Fix: Fix for TCI, ChemicalSafety
Expand Down
Loading

0 comments on commit 73758a3

Please sign in to comment.