Skip to content

Commit

Permalink
check python 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
ale94mleon committed Sep 25, 2023
1 parent 2e633c8 commit 503aa5d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, macOS-latest] #windows-latest (vina is not available for windows in conda-forge),m think about use bioconda autodock-vina
python-version: [3.8, 3.9, '3.10']
python-version: [3.8, 3.9, '3.10', 3.11]
steps:
- uses: actions/checkout@v3
- name: Setup conda
Expand Down
15 changes: 8 additions & 7 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,13 @@ classifiers = [
"Development Status :: 4 - Beta",
"Operating System :: OS Independent",
"License :: OSI Approved :: Apache Software License",
"rogramming Language :: Python :: 3",
"rogramming Language :: Python :: 3.8",
"rogramming Language :: Python :: 3.9",
"rogramming Language :: Python :: 3.10",
"opic :: Scientific/Engineering :: Bio-Informatics",
"opic :: Scientific/Engineering :: Chemistry",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Topic :: Scientific/Engineering :: Bio-Informatics",
"Topic :: Scientific/Engineering :: Chemistry",
]
keywords = [
"science",
Expand All @@ -41,7 +42,7 @@ keywords = [
"genetic algorithm",
]

requires-python = ">= 3.8 , <= 3.10"
requires-python = ">= 3.8 , < 3.12"
dependencies = [
"crem",
"tqdm",
Expand Down

0 comments on commit 503aa5d

Please sign in to comment.