Skip to content

Commit

Permalink
Merge pull request #1273 from GSA/python-3-10
Browse files Browse the repository at this point in the history
Python 3.10
  • Loading branch information
rshewitt committed Mar 22, 2024
2 parents 90ba66d + 64a1ae1 commit 9f9d96c
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
- name: setup python
uses: actions/setup-python@v5
with:
python-version: '3.9'
python-version: '3.10'
architecture: x64
- name: test_importer
run: make test-import-tool
Expand Down
2 changes: 1 addition & 1 deletion ckan/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.9
FROM python:3.10

# Install Dependencies
# - Download Saxon jar for FGDC2ISO transform (geodatagov)
Expand Down
6 changes: 3 additions & 3 deletions ckan/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ Babel==2.10.3
Beaker==1.11.0
bleach==3.3.0
blinker==1.5
boto3==1.34.64
botocore==1.34.64
boto3==1.34.68
botocore==1.34.68
certifi==2024.2.2
cffi==1.16.0
chardet==5.2.0
Expand Down Expand Up @@ -49,7 +49,7 @@ html5lib==1.1
httplib2==0.22.0
idna==3.6
importlib-resources==5.13.0
importlib_metadata==7.0.2
importlib_metadata==7.1.0
isodate==0.6.1
itsdangerous==2.1.2
Jinja2==3.1.3
Expand Down
2 changes: 1 addition & 1 deletion runtime.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
python-3.9.x
python-3.10.x

0 comments on commit 9f9d96c

Please sign in to comment.