Skip to content

Commit b550f58

Browse files
committed
Updates up C/I
1 parent f97dae9 commit b550f58

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/unit_tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
strategy:
1313
matrix:
14-
python: ["3.8", "3.9", "3.10", "3.11", "3.12", 'pypy-2.7', 'pypy-3.7', 'pypy-3.9', 'pypy-3.10']
14+
python: ["3.9", "3.10", "3.11", "3.12", "3.13", 'pypy-2.7', 'pypy-3.7', 'pypy-3.8', 'pypy-3.9', 'pypy-3.10', 'pypy-3.11']
1515
fail-fast: false
1616

1717
steps:
@@ -22,7 +22,7 @@ jobs:
2222
key: ${{ runner.os }}-pip
2323

2424
- name: Add Score-P repo
25-
run: sudo add-apt-repository ppa:andreasgocht/scorep
25+
run: sudo add-apt-repository ppa:score-p/releases
2626

2727
- name: Install Score-P
2828
run: sudo apt-get -y install scorep

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ scorep is a module that allows tracing of python scripts using [Score-P](https:/
3030
You need at least Score-P 5.0, build with `--enable-shared` and the gcc compiler plugin.
3131
Please make sure that `scorep-config` is in your `PATH` variable.
3232

33-
For Ubuntu LTS systems there is a non-official ppa of Score-P available: https://launchpad.net/~andreasgocht/+archive/ubuntu/scorep .
33+
For Ubuntu LTS systems there is a official ppa of Score-P available: https://launchpad.net/~score-p/+archive/ubuntu/releases .
3434

3535
Then install the package from PyPI
3636

0 commit comments

Comments
 (0)