Skip to content

Commit

Permalink
ci: do not pin python patch version
Browse files Browse the repository at this point in the history
  • Loading branch information
machow committed May 18, 2023
1 parent 9908df9 commit 30e0ac5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
python-version: 3.8
requirements: numpy~=1.22.0 pandas~=1.3.5 SQLAlchemy~=1.4.29 psycopg2-binary~=2.9.3 PyMySQL==1.0.2
- name: "2022-early dependencies"
python-version: 3.10.1
python-version: "3.10"
requirements: numpy~=1.22.0 pandas~=1.3.5 SQLAlchemy~=1.4.29 psycopg2-binary~=2.9.3 PyMySQL==1.0.2
latest: true

Expand Down

0 comments on commit 30e0ac5

Please sign in to comment.