Skip to content

Commit

Permalink
Update python versions
Browse files Browse the repository at this point in the history
  • Loading branch information
snovikov committed Mar 26, 2024
1 parent c39fb5d commit 8f289dd
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,12 @@ jobs:
PYTHON:
- 3.5.10
- 3.6.15
- 3.7.16
- 3.8.16
- 3.9.16
- 3.10.9
- 3.11.1
- 3.7.17
- 3.8.19
- 3.9.19
- 3.10.14
- 3.11.8
- 3.12.2
steps:
- name: Checkout repository
uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2022 Flaconi GmbH
Copyright (c) 2022-2024 Flaconi GmbH

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ TAG = latest
JENKINS_SLAVE = 4.13.3-1-jdk11

# Python versions: $PYTHON_MAJOR.PYTHON_PATCH
PYTHON_MAJOR = 3.11
PYTHON_PATCH = 1
PYTHON_MAJOR = 3.12
PYTHON_PATCH = 2

pull:
docker pull $(shell grep FROM Dockerfile | sed 's/^FROM//g' | sed "s/\$${JENKINS_SLAVE}/$(JENKINS_SLAVE)/g";)
Expand Down

0 comments on commit 8f289dd

Please sign in to comment.