Skip to content

Commit

Permalink
Merge pull request #7 from JuBiotech/supp-3-10
Browse files Browse the repository at this point in the history
Support Python 3.10
  • Loading branch information
michaelosthege authored Jan 1, 2023
2 parents 27ef1ea + e50e1e0 commit 6935ea7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.8", "3.9"]
python-version: ["3.8", "3.9", "3.10"]
pymc-version: ["without", "'pymc>=4.2.2,<5'", "'pymc>=5.0.0'"]
steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion bletl/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@
NoMeasurementData,
)

__version__ = "1.2.0"
__version__ = "1.2.1"
2 changes: 2 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ def get_version():
"Programming Language :: Python",
"Operating System :: OS Independent",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Intended Audience :: Science/Research",
"License :: OSI Approved :: GNU Affero General Public License v3",
],
Expand Down

0 comments on commit 6935ea7

Please sign in to comment.