Skip to content

Commit

Permalink
updating py versions
Browse files Browse the repository at this point in the history
  • Loading branch information
schultzm committed Nov 6, 2024
1 parent 3b1bd8a commit 3644bad
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions .circleci/config.yml → .github/workflows/config.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
version: 2 # use CircleCI 2.0
on:
push:
branches:
- main

jobs: # A basic unit of work in a run
build: # runs not using Workflows must have a `build` job as entry point
# directory where steps are run
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
python-version: ["3.9", "3.10", "3.11"]

steps:
- uses: actions/checkout@v2 # check out source code to working directory
Expand Down
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v2.1.0
rev: v5.0.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
Expand All @@ -11,7 +11,7 @@ repos:
rev: stable
hooks:
- id: black
language_version: python3.7
language_version: python3.11
- repo: https://gitlab.com/pycqa/flake8
rev: 3.7.7
hooks:
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"Intended Audience :: Developers",
"Topic :: Software Development :: Build Tools",
"License :: OSI Approved :: MIT License",
"Programming Language :: Python :: 3.13.0",
"Programming Language :: Python :: 3.11.0",
],
keywords="budgitree scientific exponential notation branch support decimal polytomy polytomies phylogenetic newick tree bifurcating", # Optional
packages=find_packages(exclude=["contrib", "docs", "tests"]), # Required
Expand Down

0 comments on commit 3644bad

Please sign in to comment.