Skip to content

Commit

Permalink
Don't check 3.11 for now
Browse files Browse the repository at this point in the history
  • Loading branch information
niekdejonge committed Jun 24, 2024
1 parent 8e89593 commit 04383f9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CI_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
fail-fast: false
matrix:
os: ['ubuntu-latest', 'macos-latest', 'windows-latest']
python-version: ['3.9', '3.10', '3.11']
python-version: ['3.9', '3.10']
exclude:
# already tested in first_check job
- python-version: 3.9
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## 2.0.0
### Changed
- MS2Query is now tested on python 3.9-3.11 instead of 3.8 and 3.9
- MS2Query is now tested on python 3.9 and 3.10 instead of 3.8 and 3.9

## 1.4.0
### Changed
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ pip install ms2query
```
All dependencies are automatically installed, the dependencies can be found in setup.py.
The installation is expected to take about 2 minutes.
MS2Query is tested by continous integration on MacOS, Windows and Ubuntu for python version 3.9 and 3.10 and 3.11
MS2Query is tested by continous integration on MacOS, Windows and Ubuntu for python version 3.9 and 3.1

## Run MS2Query from command line

Expand Down

0 comments on commit 04383f9

Please sign in to comment.