From 04383f94f5426185bbb56bca68e126f09ff5f041 Mon Sep 17 00:00:00 2001 From: niekdejonge Date: Mon, 24 Jun 2024 10:58:41 +0200 Subject: [PATCH] Don't check 3.11 for now --- .github/workflows/CI_build.yml | 2 +- CHANGELOG.md | 2 +- README.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/CI_build.yml b/.github/workflows/CI_build.yml index 85c9043e..2bffe9ef 100644 --- a/.github/workflows/CI_build.yml +++ b/.github/workflows/CI_build.yml @@ -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 diff --git a/CHANGELOG.md b/CHANGELOG.md index 4e32070c..4fb3fc54 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/README.md b/README.md index 5cd6245e..f7353d5f 100644 --- a/README.md +++ b/README.md @@ -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