Skip to content

Commit

Permalink
Merge pull request #59 from alan-turing-institute/release-v0.10.0
Browse files Browse the repository at this point in the history
Release v0.10.0
  • Loading branch information
JimMadge authored Aug 9, 2024
2 parents e08a650 + 5d3103e commit 38fc05e
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ['3.10', '3.11']
python-version: ['3.10', '3.11', '3.12']
steps:
- name: Check out the repo
uses: actions/checkout@v4
Expand Down
4 changes: 2 additions & 2 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: "3"
services:
nexus:
container_name: nexus
image: sonatype/nexus3:3.58.1
image: sonatype/nexus3:3.71.0
volumes:
- /etc/localtime:/etc/localtime:ro
- /etc/timezone:/etc/timezone:ro
Expand All @@ -25,7 +25,7 @@ services:
restart: always
reverse-proxy:
container_name: reverse-proxy
image: caddy:2.7-alpine
image: caddy:2.8-alpine
ports:
- "8080:80"
volumes:
Expand Down
2 changes: 1 addition & 1 deletion nexus_allowlist/__about__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "v0.9.0"
__version__ = "v0.10.0"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ all = [
]

[tool.black]
target-version = ["py310", "py311"]
target-version = ["py310", "py311", "py312"]

[tool.ruff.lint]
select = [
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#
# This file is autogenerated by pip-compile with Python 3.11
# This file is autogenerated by pip-compile with Python 3.12
# by the following command:
#
# pip-compile --output-file=requirements.txt pyproject.toml
# pip-compile pyproject.toml
#
certifi==2024.7.4
# via requests
Expand Down

0 comments on commit 38fc05e

Please sign in to comment.