Skip to content

Commit 58bff9e

Browse files
authored
Merge pull request #32 from LSSTDESC/copier/update_python_version
added copier stuff
2 parents ec67a92 + b669298 commit 58bff9e

6 files changed

Lines changed: 7 additions & 7 deletions

File tree

.copier-answers.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Changes here will be overwritten by Copier
2-
_commit: v0.3.3
2+
_commit: v0.4
33
_src_path: gh:LSSTDESC/RAIL-project-template
44
author_email: later@later.com
55
author_name: LSST Dark Energy Science Collaboration (DESC)

.github/workflows/linting.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Set up Python
1818
uses: actions/setup-python@v4
1919
with:
20-
python-version: '3.11'
20+
python-version: '3.12'
2121
- name: Install dependencies
2222
run: |
2323
sudo apt-get update

.github/workflows/publish-to-pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Set up Python
2727
uses: actions/setup-python@v4
2828
with:
29-
python-version: '3.10'
29+
python-version: '3.12'
3030
- name: Install dependencies
3131
run: |
3232
python -m pip install --upgrade pip

.github/workflows/smoke-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: ubuntu-latest
1717
strategy:
1818
matrix:
19-
python-version: ['3.9', '3.10', '3.11']
19+
python-version: ['3.11', '3.12', '3.13']
2020

2121
steps:
2222
- uses: actions/checkout@v3

.github/workflows/testing-and-coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616
strategy:
1717
matrix:
18-
python-version: ['3.10', '3.11', '3.12']
18+
python-version: ['3.11', '3.12', '3.13']
1919

2020
steps:
2121
- uses: actions/checkout@v3

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[project]
22
name = "pz-rail-gpz-v1"
3-
requires-python = ">=3.10"
4-
license = { file = "LICENSE" }
3+
requires-python = ">=3.11"
4+
license = {file = "LICENSE"}
55
readme = "README.md"
66
authors = [
77
{ name = "LSST Dark Energy Science Collaboration (DESC)", email = "later@later.com" },

0 commit comments

Comments
 (0)