Skip to content

Commit

Permalink
can only test python versions with panda wheels
Browse files Browse the repository at this point in the history
  • Loading branch information
renefritze committed Sep 2, 2024
1 parent c7bfd5e commit 2e47830
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 13 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- {os: windows-2022, py: '3.12'}
- {os: macOS-14, py: '3.11'}
- {os: ubuntu-24.04, py: '3.10'}
- {os: ubuntu-24.04, py: '3.13-dev'}
- {os: ubuntu-24.04, py: '3.12'}

env:
SDKROOT: /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_mpi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- {os: windows-2022, py: '3.12'}
- {os: macOS-14, py: '3.11'}
- {os: ubuntu-24.04, py: '3.10'}
- {os: ubuntu-24.04, py: '3.13-dev'}
- {os: ubuntu-24.04, py: '3.12'}

env:
SDKROOT: /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk
Expand Down
7 changes: 2 additions & 5 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ You can contribute in many ways:

### Report Bugs

Report bugs at <https://github.com/WWU-AMM/pytimings/issues>.
Report bugs at <https://github.com/renefritze/pytimings/issues>.

If you are reporting a bug, please include:

Expand All @@ -39,7 +39,7 @@ articles, and such.

### Submit Feedback

The best way to send feedback is to file an issue at <https://github.com/WWU-AMM/pytimings/issues>.
The best way to send feedback is to file an issue at <https://github.com/renefritze/pytimings/issues>.

If you are proposing a feature:

Expand Down Expand Up @@ -99,9 +99,6 @@ Before you submit a pull request, check that it meets these guidelines:
2. If the pull request adds functionality, the docs should be updated. Put
your new functionality into a function with a docstring, and add the
feature to the list in README.rst.
3. The pull request should work for Python 3.5, 3.6, 3.7 and 3.8, and for PyPy. Check
<https://travis-ci.com/WWU-AMM/pytimings/pull_requests>
and make sure that the tests pass for all supported Python versions.

## Tips

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ MPI Aware section timings

- Free software: BSD license
- Documentation: <https://pytimings.readthedocs.io>.
- [![Live examples](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/WWU-AMM/pytimings/HEAD?filepath=docs%2Fexamples%2F)
- [![Live examples](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/renefritze/pytimings/HEAD?filepath=docs%2Fexamples%2F)


Features
Expand Down
8 changes: 4 additions & 4 deletions docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,15 +31,15 @@ You can either clone the public repository:

```{code-block} console
$ git clone git://github.com/WWU-AMM/pytimings
$ git clone git://github.com/renefritze/pytimings
```

Or download the [tarball][tarball]:

```{code-block} console
$ curl -OJL https://github.com/WWU-AMM/pytimings/tarball/main
$ curl -OJL https://github.com/renefritze/pytimings/tarball/main
```

Expand All @@ -51,6 +51,6 @@ $ pip install .
```

[github repo]: https://github.com/WWU-AMM/pytimings
[github repo]: https://github.com/renefritze/pytimings

[tarball]: https://github.com/WWU-AMM/pytimings/tarball/main
[tarball]: https://github.com/renefritze/pytimings/tarball/main
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
keywords="pytimings",
name="pytimings",
packages=find_packages(include=["pytimings", "pytimings.*"]),
url="https://github.com/WWU-AMM/pytimings",
url="https://github.com/renefritze/pytimings",
version=versioneer.get_version(),
cmdclass=versioneer.get_cmdclass(),
zip_safe=False,
Expand Down

0 comments on commit 2e47830

Please sign in to comment.