Skip to content

Commit

Permalink
Build using Python 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
dassencio committed Oct 31, 2024
1 parent 025e087 commit ada1d35
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/functional-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
python-version: ['3.10', '3.11']
python-version: ['3.10', '3.11', '3.12']

steps:
- name: Checkout repository
Expand Down
8 changes: 4 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ csscompressor==0.9.5
docopt==0.6.2
htmlmin==0.1.12
jsmin==3.0.0
pykwalify==1.7.0
python-dateutil==2.8.0
PyYAML==6.0
pykwalify==1.8.0
python-dateutil==2.8.2
PyYAML==6.0.2
ruamel.yaml==0.16.12
six==1.12.0
six==1.16.0

0 comments on commit ada1d35

Please sign in to comment.