Skip to content

Commit

Permalink
update testing
Browse files Browse the repository at this point in the history
  • Loading branch information
segasai committed Nov 7, 2024
1 parent b8f320b commit a2a3045
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ env:
jobs:
tester:
name: Test the code
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
strategy:
matrix:
python-version: ['3.6', '3.8', '3.10', '3.12']
python-version: ['3.7', '3.8', '3.10', '3.12']

steps:
- name: Checkout
Expand Down
5 changes: 5 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
[build-system]
requires = ["setuptools", "setuptools-scm"]
build-backend = "setuptools.build_meta"

[tool.setuptools.packages.find]
where = ["py"]

[tool.setuptools.dynamic]
version = {attr = "dynesty._version.__version__"}

[project]
dynamic = ["version"]
name = "dynesty"
Expand All @@ -27,6 +30,7 @@ classifiers=[
"Topic :: Scientific/Engineering",
"Intended Audience :: Science/Research"
]

[project.optional-dependencies]
dev = ['pytest',
'pytest-cov',
Expand All @@ -42,5 +46,6 @@ dev = ['pytest',
'sphinx-rtd-theme',
'numpydoc'
]

[project.urls]
Homepage = "https://github.com/joshspeagle/dynesty/"
2 changes: 0 additions & 2 deletions setup.cfg

This file was deleted.

0 comments on commit a2a3045

Please sign in to comment.