Skip to content

Commit

Permalink
DEV: update tests for python 3.9-11
Browse files Browse the repository at this point in the history
  • Loading branch information
beardymcjohnface committed Jun 26, 2023
1 parent 45ce02d commit c38289a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
strategy:
matrix:
os: [macos-12, ubuntu-latest]
python-version: ["3.8", "3.9", "3.10"]
python-version: ["3.9", "3.10", "3.11"]

steps:
- uses: "actions/checkout@v3"
Expand Down
2 changes: 1 addition & 1 deletion cookiecutter.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"project_version": "0.1.0",
"citation_doi": "",
"license": ["MIT license", "BSD license", "ISC License (ISCL)", "Apache Software License", "GNU General Public License v3 (GPLv3)", "Other/Proprietary License"],
"min_python_version": ">=3.7",
"min_python_version": ">=3.9",
"snakemake_version": ">=7.14.0",
"pyyaml_version": ">=6.0",
"click_version": ">=8.1.3"
Expand Down
4 changes: 2 additions & 2 deletions {{cookiecutter.project_slug}}/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ def get_data_files():
"Natural Language :: English",
"Operating System :: POSIX :: Linux",
"Operating System :: MacOS :: MacOS X",
"Programming Language :: Python :: 3.7",
"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",
]

Expand Down

0 comments on commit c38289a

Please sign in to comment.