Skip to content

Commit

Permalink
Test on python 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
nikolas committed Aug 15, 2024
1 parent 07393da commit 6baf25f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
runs-on: ubuntu-20.04
strategy:
matrix:
python-version: ["3.8", "3.11"]
python-version: ["3.8", "3.12"]
node-version: [20.x]
services:
postgres:
Expand Down
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,8 @@ django-celery-results<2.6.0


# memcached
pylibmc==1.6.3; sys_platform == 'linux'
pylibmc==1.6.3;sys_platform == "linux" and python_version<"3.9"
requirements/src/pylibmc-1.7.0.dev0-cp312-cp312-linux_x86_64.whl;sys_platform == "linux" and python_version>="3.12"
requests-file==2.1.0
typing_extensions==4.12.0
pyparsing==3.1.0
Binary file not shown.

0 comments on commit 6baf25f

Please sign in to comment.